Ledger balances
Delete balance monitor
Delete a balance monitor with the Go SDK.
DELETE
Delete balance monitor
Use
Go response (
client.BalanceMonitor.Delete to remove a balance monitor by its ID.
Call the method
client.BalanceMonitor.Delete
| Field | Type | Description |
|---|---|---|
monitorID | string | Monitor ID to delete. Must be non-empty. |
Response
200 OK
Go response (*blnkgo.DeleteBalanceMonitorResponse)
| Field | Type | Description |
|---|---|---|
Message | string | Confirmation that the monitor was deleted. |
Related docs
Balance monitoring
Thresholds, webhooks, and monitor lifecycle.
Delete balance monitor
HTTP request and response schema.