Api reference2025 04 01Monitors
Viewing API version 2025-04-01. View the latest version.
Delete a monitor
Delete a monitor.
Authorization
api_key X-API-Key<token>
Sign up at Kausate.com to get an API key
In: header
Path Parameters
monitorId*string
Format
uuidHeader Parameters
Kausate-Version?string
Default
"2025-04-01"Format
dateResponse 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" \ -H "Kausate-Version: 2025-04-01"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",
"input": null,
"ctx": {}
}
]
}Last updated on