Skip to main content
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

Example Request

Response

Returns 204 No Content on success with no response body.

Common Errors

401 Unauthorized

Authentication required.

403 Forbidden

User is not a member of this organization.

404 Not Found

Customer not found.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required
customerId
string
required

Response

204 - undefined