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

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

The request was successfully processed.

The request was successfully processed.