The DELETE/customer/{{customer_id}} endpoint allows you to delete a specific customer profile using their unique customer ID. This endpoint is useful for closing a customer account within your application or for performing operations that require customer details.
Key Features:
HTTP Method: DELETE
Endpoint URL: /customer/{{customer_id}}
Authentication: Requires Bearer token to ensure secure access.
Response Structure:
Status Code: 200 OK on success, with other codes indicating various errors (e.g., 401 Unauthorized, 404 Not Found).