Skip to main content
DELETE
/
customers
/
{id}
Remove a customer
curl --request DELETE \
  --url https://commerce1.on-hellgate.dev/customers/{id} \
  --header 'X-API-Key: <api-key>'
{
  "classifier": "<string>",
  "code": 123,
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Customer ID

Response

No content