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 blnk.BalanceMonitor.delete to remove a balance monitor by its ID.
1

Call the method

blnk.BalanceMonitor.delete
const response = await blnk.BalanceMonitor.delete('mon_e0e77b0c-4985-472a-9bf5-76a48b0259b0');
FieldTypeDescription
idstringMonitor ID to delete.
2

Confirm the outcome

Check the response message to confirm the monitor was removed. Blnk will no longer check thresholds or send webhooks for that monitor.
3

Response

200 OK
{
  "message": "BalanceMonitor deleted successfully"
}
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.