DELETE
/
customers
/
{id}
Delete customer
curl --request DELETE \
  --url https://app.kapso.ai/api/v1/customers/{id} \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

Your project API key

Path Parameters

id
string<uuid>
required

Response

Customer deleted