Skip to main content
DELETE
/
catchAll
/
webhooks
/
{webhook_id}
/
resources
/
{resource_type}
/
{resource_id}
Remove resource from webhook
curl --request DELETE \
  --url https://catchall.newscatcherapi.com/catchAll/webhooks/{webhook_id}/resources/{resource_type}/{resource_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": "Invalid API key"
}

Documentation Index

Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

webhook_id
string<uuid>
required

Unique webhook identifier.

resource_type
enum<string>
required

Resource types that can be assigned to a webhook.

Available options:
job,
monitor,
monitor_group
resource_id
string<uuid>
required

Unique resource identifier.

Response

Resource removed from webhook. No response body.