Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.olostep.com/v1/monitors/{monitor_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "monitor_id": "<string>" }
Soft-deletes a monitor and removes its related scheduling/shadow-agent resources.
Bearer authentication header of the form Bearer , where is your auth token.
^monitor_
Monitor deleted.
Was this page helpful?