---
title: "Delete a low balance alert for a specific Account under a Customer."
method: DELETE
path: "/customers/{customerIdentifier}/accounts/{accountIdentifier}/lowbalance/{balanceAlertID}"
tags: ["1. Customers"]
---

# Delete a low balance alert for a specific Account under a Customer.

`DELETE /customers/{customerIdentifier}/accounts/{accountIdentifier}/lowbalance/{balanceAlertID}`

## Path parameters

- `customerIdentifier` string, required
- `accountIdentifier` string, required
- `balanceAlertID` string, uuid, required

## Response `200`

OK

- DeleteBalanceAlertView
  - `balanceAlertID` string, uuid
  - `status` 'ACTIVE' | 'INACTIVE' | 'DELETED'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict; Duplicate Exists
- `500` — Internal Server Error

---

[API](https://skmtc.net/tangocard/apis/tango-api.md) · [All operations](https://skmtc.net/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tangocard/tango-api/revisions/324ad9683921/schema)
