Skip to main content
DELETE
/
hooks
/
{id}
Delete hook
curl --request DELETE \
  --url http://localhost:5001/hooks/{id} \
  --header 'X-blnk-key: <api-key>'
Use blnk.Hooks.delete to permanently remove a webhook by its ID.
blnk.Hooks.delete
const response = await blnk.Hooks.delete('hk_test_123');
FieldDescription
idID of the hook to delete.

Response shape

200 OK
{
  "message": "hook deleted successfully"
}
FieldDescription
messageConfirmation that the hook was deleted.

How webhooks work

Hook types, payloads, and execution.

Delete hooks

HTTP request and response schema.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.