Customer Addresses
Delete an address
Deletes an address for the specified customer.
🔒 Requires: customers:write scope
delete/customers/{customer_id}/addresses/{address_id}
Path parameters
customer_idstring uuid required
The unique identifier of the customer.
address_idinteger required
The unique identifier of the address.
Response
Address deleted successfully