Delete Customer by ID
DELETE /customers/{id}
Description
Delete a customer by their unique identifier.
Authentication
Bearer Token (JWT)
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer {token} | Yes |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| id | string (UUID) | The unique identifier of the customer to delete |
Example Request
DELETE /customers/734a7dd8-b8ba-43df-9210-8bf0f367bca5
Authorization: Bearer {token}