Delete an account-level webhook

Deletes an existing account-level webhook. The webhook is identified by its target_url and trigger combination (passed as query parameters). Both must match an existing webhook for the account.

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

Account UUID (api key)

Query Params
string
required

The webhook URL to delete

string
required

The trigger type of the webhook to delete

Responses
200

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!