fastmon Docs
Synthetic

Delete Synthetic Page

Report an issue

Delete a monitored page. Tears down the CS site (stops its schedules) via the provider's delete endpoint; if that call fails the local page is still removed and the CS site is flagged cs_orphan for later reconciliation.

Authorization

bearerAuth
AuthorizationBearer <token>

API token generated from the fastmon dashboard (Account → API Token) or at organization level (fmo_…, one that outlives its creator). Send as Authorization: Bearer fm_... or paste the full token (including its prefix) into the Authorize dialog.

In: header

Path Parameters

page_id*Page Id
Formatuuid
site_id*Site Id
Formatuuid

Response Body

application/json

application/json

application/json

application/json

DELETE
/sites/{site_id}/synthetic/pages/{page_id}
curl -X DELETE "https://example.com/sites/497f6eca-6276-4993-bfeb-53cbbbba6f08/synthetic/pages/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty