Delete a visitor

Example ID Delete Request

$ curl \
https://api.intercom.io/visitors/5321a20f72cdbb4192000013 \
-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"
  ...
}
# NB: Full Visitor objects are returned