remove_webhook_resource
Unmap a job, monitor, or monitor group from a webhook to stop it from triggering notifications for that resource.
Instructions
Unmap a resource from a webhook.
Use when:
You want to stop a webhook from firing for a specific job or monitor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | CatchAll API key. Optional if provided via x-api-key header or CATCHALL_API_KEY env var. | |
| webhook_id | Yes | The webhook ID to detach the resource from. | |
| resource_id | Yes | The ID of the mapped job/monitor/monitor_group. | |
| resource_type | Yes | Resource type: 'job', 'monitor', or 'monitor_group'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |