v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Webhooks
Public API

Delete Webhook

Permanently removes a webhook owned by the authenticated user. A webhook can only be deleted by the same credentials that created it; attempting to delete another user's webhook returns 403. Use List Webhooks to find webhook IDs.

OAuth Scopes: webhooks, webhooks.write

delete/api/v1/webhooks/{id}

Path parameters

idinteger required

The webhook ID to delete.

Response

Webhook deleted successfully. Returns a plain text confirmation message.