Hooks
Delete hook
Delete a hook with the Python 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