Skip to main content

Delete Customer by ID

DELETE /customers/{id}

Description

Delete a customer by their unique identifier.

Authentication

X-API-Key (JWT)

Request

Headers

HeaderValueRequired
AuthorizationX-API-Key: {{apiKey}}Yes

Path Parameters

ParameterTypeDescription
idstring (UUID)The unique identifier of the customer to delete

Example Request

DELETE /customers/734a7dd8-b8ba-43df-9210-8bf0f367bca5
X-API-Key: {{apiKey}}