Hooks
Delete hook
Delete a hook with the Go SDK.
DELETE
Delete hook
Use
client.Hooks.Delete to permanently remove a webhook by its ID.
1
Call the method
client.Hooks.Delete
2
Confirm the outcome
Check
deleted.Message to confirm the hook was removed. Blnk will no longer call this endpoint on transactions.3
Response
Related docs
How webhooks work
Hook types, payloads, and execution.
Delete hook
HTTP request and response schema.