Skip to content

Delete Customer Address

Removes an address from a customer's address book. Returns a confirmation message.

EndpointMethod
/api/admin/customers/{customerId}/addresses/{id}DELETE

Same ownership guard as Update — an address whose owner doesn't match the path customerId is rejected with 403. Permission: customers.addresses.delete.

TIP

For the address-book overview, see the Addresses overview.

Released under the MIT License.