Delete a customer
Customers
Delete Customer
DELETE
Delete a customer
Permanently deletes a customer. This action cannot be undone.
Authentication
Requires a valid Bearer token. The authenticated user must be a member of the organization.Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string (UUID) | Yes | Organization ID |
customerId | string | Yes | Customer ID |
Example Request
Response
Returns204 No Content on success with no response body.