cURL
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" }
Stop scheduled job execution for a monitor.
API key for authentication.
Monitor identifier.
Monitor disabled successfully
Whether the operation succeeded.
true
Human-readable success message.
"Monitor disabled successfully."
ID of the disabled monitor.
Was this page helpful?