Delete a webhook
Webhooks
Delete Webhook
Permanently delete a webhook endpoint. DELETE /webhooks/. Requires webhooks:write scope.
DELETE
Delete a webhook
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Permanently deletes a webhook endpoint. Event delivery to this URL stops immediately. Pending deliveries that are in-flight may still be attempted once before the deletion takes effect. If you want to pause delivery temporarily, usePATCH /webhooks/{id} with { "enabled": false } instead.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The webhook ID (prefix whk_) |
Example
Success Response (200)
Error Codes
| Code | HTTP | Cause |
|---|---|---|
WEBHOOK_NOT_FOUND | 404 | Webhook does not exist or belongs to another business/environment |
INSUFFICIENT_SCOPE | 403 | Key lacks webhooks:write scope |

