delete_customer_address
Delete a specific address from a customer's address book by providing the customer ID and address entry ID.
Instructions
Delete an address book entry. DELETE /customers/{customerId}/addressbooks/{addressId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID (required) | |
| addressId | Yes | Address book entry ID (required) |