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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.