DELETE
/
sites
/
{site_id}
Delete a site
curl --request DELETE \
  --url https://api.usefathom.com/v1/sites/{site_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "CDBUGS",
  "object": "site",
  "deleted": true
}

Delete a site (careful, you can’t undo this and neither can we)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

site_id
string
required

The ID of the site you wish to load. This is the same string you use in the tracking code.

Response

200 - application/json

Updated site

The response is of type object.