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

Documentation Index

Fetch the complete documentation index at: https://docs.useaira.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

API Key Authentication.

Path Parameters

externalId
string
required

An optional external identifier of the customer from the external system, used throughout the system to identify the customer. This field can not be updated.

Pattern: ^[a-zA-Z0-9_-]+$

Response

The request was successfully processed.

The response is of type object.