Skip to main content
POST
/
catchAll
/
monitors
/
{monitor_id}
/
disable
Disable monitor
curl --request POST \
  --url https://catchall.newscatcherapi.com/catchAll/monitors/{monitor_id}/disable \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Monitor disabled successfully.",
  "monitor_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

monitor_id
string<uuid>
required

Monitor identifier.

Response

Monitor disabled successfully

success
boolean
required

Whether the operation succeeded.

Example:

true

message
string
required

Human-readable success message.

Example:

"Monitor disabled successfully."

monitor_id
string<uuid>
required

ID of the disabled monitor.