DELETE
/
customer
/
{id}
/
tags
Authorization
Path
Query
curl --request DELETE \
  --url https://chat.zoko.io/v2/customer/{id}/tags \
  --header 'apikey: <apikey>'
[
  {
    "details": "deleted items count - xx",
    "message": "items(s) deleted",
    "status": "204"
  }
]

Authorizations

apikey
string
headerrequired

Authentication is done via apikey provided for your account

Include the following in your request header

apikey: "your_apikey_here"

Path Parameters

id
string
required

ID of customer

Query Parameters

tag
string
required

Response

200 - application/json
details
string
message
string
status
string