cURL
curl --request DELETE \ --url https://chat.zoko.io/v2/customer/{id}/properties/{propertyId} \ --header 'apikey: <api-key>'
{ "status": "204", "message": "items(s) deleted", "details": "deleted items count - xx" }
Delete customer property
Authentication is done via apikey provided for your account
apikey
Include the following in your request header
apikey: "your_apikey_here"
ID of customer
ID of property
Delete Customer Property
Simple generic response for delete