KausateKausate Docs
Monitors

Delete a monitor

Delete a monitor.

DELETE
/v2/monitors/{monitorId}
X-API-Key<token>

Sign up at Kausate.com to get an API key

In: header

Path Parameters

monitorId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.kausate.com/v2/monitors/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "detail": "Invalid cron expression"
}
{
  "detail": "Invalid API key"
}
{
  "detail": "Not authorized to access this monitor"
}
{
  "detail": "Monitor not found"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}

Last updated on