Hooks
Delete hook
Delete a hook with the Java SDK.
DELETE
Delete hook
Use
blnk.hooks().delete for this operation.
1
Call the method
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
Related docs
How webhooks work
Hook types, payloads, and execution.
Delete hooks
HTTP request and response schema.