Skip to main content
DELETE
/
catchAll
/
webhooks
/
{webhook_id}
Delete webhook
curl --request DELETE \
  --url https://catchall.newscatcherapi.com/catchAll/webhooks/{webhook_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.

Response

Webhook deleted successfully. No response body.