curl --request DELETE \
--url https://api.dfns.io/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>' \
--header 'X-DFNS-USERACTION: <api-key>'{
"deleted": true
}Deletes an existing webhook registration.
curl --request DELETE \
--url https://api.dfns.io/webhooks/{webhookId} \
--header 'Authorization: Bearer <token>' \
--header 'X-DFNS-USERACTION: <api-key>'{
"deleted": true
}CustomerEmployee)EndUser)Webhooks:Delete: Always required.Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows
1Success
true Was this page helpful?