# Delete page visit

You can remove a page visit occurrence associated with a specific user.

DELETE /site-views/:id/

Attributes Type Required Description
id integer yes A unique identifier for the page visit occurence which is given by User.com automatically.

# Request

  • CURL
  • JavaScript
  • PHP
  • Python
curl -X DELETE -H "Authorization: Token <your_64_char_api_key>"
     -H "Accept: */*; version=2"
"https://<your_app_subdomain>.user.com/api/public/site-views/:id/"

# Response

204 No Content