DELETE
/
v1
/
customers
/
{id}
Delete customer
curl --request DELETE \
  --url https://api.useaira.com/v1/customers/{id} \
  --header 'X-API-KEY: <api-key>'
"<any>"

Authorizations

X-API-KEY
string
header
required

API Key Authentication.

Path Parameters

id
string
required

The unique identifier of the customer in our system.

Response

204
application/json

The request was successfully processed and the customer was deleted.