Delete a customer address
DELETE/customers/:customer_id/addresses/:address_id
Delete a shipping address for a customer. The organization is determined from the authenticated API key.
Request
Responses
- 204
- 401
- 404
- 500
Successfully deleted address
Unauthorized - invalid or missing API key
Address not found
Internal server error