DELETE
/
customers
/
{customer_id}
curl --request DELETE \
  --url https://{primary_domain}/api/public/v2.0/customers/{customer_id} \
  --header 'X-Access-Key-Id: <api-key>' \
  --header 'X-Access-Key-Secret: <api-key>'
This response has no body data.

Authorizations

X-Access-Key-Id
string
header
required
X-Access-Key-Secret
string
header
required

Path Parameters

customer_id
integer
required