Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 562 Bytes

File metadata and controls

30 lines (22 loc) · 562 Bytes

Delete a visitor

URL Requires Auth HTTP Method
/api/v1/livechat/visitor/:token no Delete

Query Parameters

Argument Example Required Description
token 8s7e9ony6ctl27e1qf8kue Required The visitor token.

Example Call

curl http://localhost:3000/api/v1/livechat/visitor/:token

Example Result

{
    "visitor": {
        "_id": "47Dajwh9DjpnTAugW",
        "ts": "2021-07-18T13:28:38.962Z"
    },
    "success": true
}