Skip to main content
DELETE
Delete Customer by External ID

Authorizations

X-Authorization
string
header
required

API Scope: "Customers (write)"

Path Parameters

externalId
string
required

The identifier used by an external source to identify the customer.

Maximum string length: 64
Example:

"71263csss-12uhsdfh-2138dja"

Response

Success

id
integer<int64>
required

The unique identifier for the customer, created by Loop.

Example:

9007199254740991

external_id
string
required

The identifier used by an external source to identify the customer.

Example:

"71263csss-12uhsdfh-2138dja"

success
boolean
required

Whether the customer was successfully deleted.

Example:

true