Skip to main content

Delete Customer by ID

DELETE /customers/{id}

Description

Delete a customer by their unique identifier.

Authentication

Bearer Token (JWT)

Request

Headers

HeaderValueRequired
AuthorizationBearer {token}Yes

Path Parameters

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

Example Request

DELETE /customers/734a7dd8-b8ba-43df-9210-8bf0f367bca5
Authorization: Bearer {token}