# customerAddressDelete - admin - MUTATION Version: 2025-04 ## Description Deletes a customer's address. ### Access Scopes `write_customers` access scope. ## Arguments * [addressId](/docs/api/admin/2025-04/scalars/ID): ID! - The ID of the address to be deleted from the customer. * [customerId](/docs/api/admin/2025-04/scalars/ID): ID! - The ID of the customer whose address is being deleted. ## Returns * [deletedAddressId](/docs/api/admin/2025-04/scalars/ID): ID The ID of the address deleted from the customer. * [userErrors](/docs/api/admin/2025-04/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples