Anchor to customerAddressDeletecustomer
mutationcustomer Address Delete
Requires access scope.
Permanently deletes a specific for a Customer. Requires a valid customer access token to authenticate the request.
Caution
This action is irreversible. You can't recover the deleted address.
Caution:
This action is irreversible. You can't recover the deleted address.
Caution: This action is irreversible. You can't recover the deleted address.
Anchor to Arguments
Arguments
- customerAccessToken (String!)
- id (ID!)
- Anchor to customerAccessTokencustomer•String!
Access Token required The access token used to identify the customer.
- •ID!required
Specifies the address to delete.
Was this section helpful?
- customerUserErrors ([CustomerUserError!]!)
- deletedCustomerAddressId (String)
- userErrors ([UserError!]!): deprecated
- Anchor to customerUserErrorscustomer•[Customer
User Errors User Error!]! non-null The list of errors that occurred from executing the mutation.
- Anchor to deletedCustomerAddressIddeleted•String
Customer Address Id ID of the deleted customer address.
- Anchor to userErrorsuser•[User
Errors Error!]! non-nullDeprecated The list of errors that occurred from executing the mutation.
Was this section helpful?