Webhooks
Delete webhook (v1)
Delete a webhook by UUID.
DELETE
Delete webhook
Last modified on June 29, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a webhook by UUID.
curl --request DELETE \
--url https://api.dualentry.com/public/v1/webhooks/{webhook_uuid}/ \
--header 'X-API-KEY: <api-key>'{
"success": true,
"errors": {}
}Was this page helpful?
curl --request DELETE \
--url https://api.dualentry.com/public/v1/webhooks/{webhook_uuid}/ \
--header 'X-API-KEY: <api-key>'{
"success": true,
"errors": {}
}