Delete a specific visitor.
HTTP Method | URL | Requires Auth |
---|---|---|
DELETE | /api/v1/livechat/visitor/:token | no |
Key | Example Value | Description |
---|---|---|
token * | 8s7e9ony6ctl27e1qf8kue | The visitor token . |
{% code overflow="wrap" %}
curl --location --request DELETE 'http://localhost:3000/api/v1/livechat/visitor/iNKE8a6k6cjbqWhWd' \
{% endcode %}
{
"visitor": {
"_id": "47Dajwh9DjpnTAugW",
"ts": "2021-07-18T13:28:38.962Z"
},
"success": true
}