DELETE
/
customers
/
{id}
Delete Customer
curl --request DELETE \
  --url https://api.wizcommerce.com/v1/customers/{id} \
  --header 'X-API-Key: <api-key>'
{
  "data": "<any>"
}

Authorizations

X-API-Key
string
header
required

API Key for authentication

Path Parameters

id
string
required

id

Response

204
application/json

No Content

The response is of type object.