Example Request & Response
$ curl \
https://api.intercom.io/visitors/<id> \
-X DELETE \
-H 'Authorization:Bearer <Your access token>' \
-H 'Accept:application/json'
HTTP/1.1 200 Ok
{
"type": "visitor",
"id": "530370b477ad7120001d",
"user_id": "8a88a590-e1c3-41e2-a502-e0649dbf721c"
...
}
You can delete a single visitor.
Request Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | String | Yes | The unique identifier for the visitor which is given by Intercom. |
Response
This will return a Visitor Model of the visitor you just deleted.