Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://app.tryordinal.com/api/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a webhook from the current workspace. The webhook will no longer receive events.
API key authentication. Generate an API key from your workspace settings.
The unique identifier of the webhook to delete
Webhook deleted
Whether the webhook was deleted
Was this page helpful?