Skip to main content
DELETE
/
customers
/
{id}
Delete a customer
curl --request DELETE \
  --url https://api.example.com/customers/{id} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Unique identifier of the customer to delete

Response

Customer successfully deleted