Skip to content
CC Developer Portal
Search
K
Main Navigation
Home
Getting Started
Extensions
Connectors
SDK
API
Webhooks
Changelog
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /docs/api/operations/community/unsubscribeUrlFromWebhook.md for this page in Markdown format
Unsubscribe url from webhook event
Webhooks
DELETE
/webhooks/{eventName}/subscriptions
Parameters
Path Parameters
eventName
*
The event name to unsubscribe from.
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"url"
:
"https://callback.example.com"
}
Responses
204
400
422
500
URL unsubscribed
Samples