Delete a customer
DELETE/customers/:customer_id
Delete a customer and all associated data (addresses, payment methods, etc.). The organization is determined from the authenticated API key.
Request
Responses
- 204
- 401
- 404
- 500
Successfully deleted customer
Unauthorized - invalid or missing API key
Customer not found
Internal server error