Delete a webhook

Requires scope webhook:write.

Deliveries stop immediately. Events that occurred while it existed stay in the
event log, but with the webhook gone there is no longer a cursor to replay them
from, so fetch anything you still need before deleting.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Headers
string
required
^[0-9]{10}$

Unix seconds. Requests outside a ±5 minute window are rejected, and the value is part of the signed canonical request.

string
required
length between 88 and 88
^[A-Za-z0-9+/]{86}==$

Base64 of the Ed25519 signature over the canonical request. Ed25519 signatures are always 64 bytes, so this is always 88 characters ending in ==.

Response
204

Deleted

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