cURL
curl --request DELETE \ --url https://api.wizcommerce.com/v1/customers/{customer_id}/contacts/{contact_id} \ --header 'X-API-Key: <api-key>'
{ "data": "<any>" }
Delete Contact
API Key for authentication
customer_id
contact_id
No Content
The response is of type object.
object
Was this page helpful?