Skip to main content
DELETE
/
balance-monitors
/
{monitor_id}
Delete balance monitor
curl --request DELETE \
  --url http://localhost:5001/balance-monitors/{monitor_id} \
  --header 'X-blnk-key: <api-key>'
Use client.BalanceMonitor.Delete to remove a balance monitor by its ID.
1

Call the method

client.BalanceMonitor.Delete
deleted, resp, err := client.BalanceMonitor.Delete(
	"mon_e0e77b0c-4985-472a-9bf5-76a48b0259b0",
)
FieldTypeDescription
monitorIDstringMonitor ID to delete. Must be non-empty.
2

Response

200 OK
{
  "message": "BalanceMonitor deleted successfully"
}

Go response (*blnkgo.DeleteBalanceMonitorResponse)

FieldTypeDescription
MessagestringConfirmation that the monitor was deleted.

Balance monitoring

Thresholds, webhooks, and monitor lifecycle.

Delete balance monitor

HTTP request and response schema.

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.