API Reference
cURL
curl --request DELETE \ --url https://api.usefathom.com/v1/sites/{site_id}/milestones/{milestone_id} \ --header 'Authorization: Bearer <token>'
{ "id": "ddc9cdff-ab83-41fa-96c6-dfb276a862e7", "object": "milestone", "deleted": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the site you wish to load. This is the same string you use in the tracking code.
The ID of the milestone.
"ddc9cdff-ab83-41fa-96c6-dfb276a862e7"
milestone
true