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

Authorizations

X-API-Key
string
header
required

API Key for authentication

Path Parameters

customer_id
string
required

customer_id

contact_id
string
required

contact_id

Response

204
application/json

No Content

The response is of type object.