Delete an event-level webhook

Deletes an existing event-level webhook. The webhook is identified by its target_url and trigger combination (passed as query parameters). The target URL and trigger must match an existing webhook for the event. Requires the event to have webhooks enabled.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Event slug or numeric ID

Query Params
string
required

The webhook URL to delete

string
required

The trigger type of the webhook to delete

Responses
200

Event webhook deleted successfully

401

Unauthorized - missing or invalid token

404

Webhook not found

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!