Skip to main content
DELETE
/
sites
/
{site_id}
/
milestones
/
{milestone_id}
Delete a milestone
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
}
Delete a milestone

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.

milestone_id
string
required

The ID of the milestone.

Response

200 - application/json
id
string
required
Example:

"ddc9cdff-ab83-41fa-96c6-dfb276a862e7"

object
enum<string>
required
Available options:
milestone
deleted
boolean
required
Example:

true