Delete Visitor

Delete a specific visitor.

HTTP MethodURLRequires Auth

DELETE

/api/v1/livechat/visitor/:token

no

Path Variables

KeyExample ValueDescription

token*

8s7e9ony6ctl27e1qf8kue

The visitor token.

Example Call

curl --location --request DELETE 'http://localhost:3000/api/v1/livechat/visitor/iNKE8a6k6cjbqWhWd' \

Example Result

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

Last updated

Rocket.Chat versions receive support for six months after release.