---
title: "Delete a single notification threshold"
method: DELETE
path: "/accounts/{accountId}/notification-thresholds/{thresholdId}"
tags: ["notification thresholds"]
---

# Delete a single notification threshold

`DELETE /accounts/{accountId}/notification-thresholds/{thresholdId}`

Requires **accounts:read** and either of **accounts:write** or **accounts:write:all** scopes.

## Path parameters

- `accountId` string, uuid, required
- `thresholdId` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `400` — Unsuccessful Response - Bad request - Missing query parameters - Missing body properties
- `401` — Unsuccessful Response
- `403` — Unsuccessful Response - Forbidden - Invalid scopes
- `404` — Unsuccessful Response - Resource Not Found

---

[API](https://skmtc.net/moneyhub/apis/moneyhub-data-api.md) · [All operations](https://skmtc.net/moneyhub/apis/moneyhub-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhub/moneyhub-data-api/versions/f2eb965eb9af/schema)
