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://encrata.com/api/agent/monitors/{id} \ --header 'Authorization: Bearer <token>'
Delete a monitor and all associated data (emails, runs, snapshots).
Authorization
Authorization: Bearer YOUR_API_KEY
curl -X DELETE https://encrata.com/api/monitors/a1b2c3d4-... \ -H "Authorization: Bearer YOUR_API_KEY"
{ "status": "deleted" }