Skip to main content
DELETE
/
api
/
v1
/
customers
/
{id}
Delete a customer
curl --request DELETE \
  --url http://localhost:7701/api/v1/customers/{id} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Path Parameters

id
integer
required
Example:

1

Response

Customer deleted