# customerAddressDelete - customer - MUTATION Version: 2024-10 ## Description Deletes a specific address for a customer. ### Access Scopes ## Arguments * [addressId](/docs/api/customer/2024-10/scalars/ID): ID! - The ID of the address to be deleted. ## Returns * [deletedAddressId](/docs/api/customer/2024-10/scalars/ID): ID The ID of the deleted address. * [userErrors](/docs/api/customer/2024-10/objects/UserErrorsCustomerAddressUserErrors): UserErrorsCustomerAddressUserErrors! The list of errors that occurred from executing the mutation. ## Examples