Anchor to customerAddressDeletecustomer
customer Address Delete
mutation
Requires access scope.
Deletes a customer's address.
Anchor to Arguments
Arguments
- Anchor to addressIdaddress•
Id ID!required The ID of the address to be deleted from the customer.
- Anchor to customerIdcustomer•
Id ID!required The ID of the customer whose address is being deleted.
Was this section helpful?
- Anchor to deletedAddressIddeleted•
Address Id The ID of the address deleted from the customer.
- Anchor to userErrorsuser•
Errors [UserError!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?