Skip to main content
DELETE
/
api
/
v1
/
customers
/
{id_or_alias}
Archive a customer
curl --request DELETE \
  --url https://api.example.com/api/v1/customers/{id_or_alias} \
  --header 'Authorization: Bearer <token>'
{
  "code": "BAD_REQUEST",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id_or_alias
string
required

customer ID or alias

Response

No Content