Hooks
Delete hook
Delete a hook with the TypeScript SDK.
DELETE
Delete hook
Use
blnk.Hooks.delete to permanently remove a webhook by its ID.
1
Call the method
blnk.Hooks.delete
2
Confirm the outcome
Check the response message to confirm the hook was removed. Blnk will no longer call this endpoint on transactions.
3
Response
200 OK