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?