Skip to main content
DELETE
/
public
/
v2
/
webhooks
/
{webhook_uuid}
/
Delete webhook
curl --request DELETE \
  --url https://api.dualentry.com/public/v2/webhooks/{webhook_uuid}/ \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "errors": {}
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

webhook_uuid
string
required

Response

OK

success
boolean
default:true
errors
Errors · object
Last modified on June 29, 2026