---
title: "Delete notifications"
method: DELETE
path: "/api/notifications"
tags: ["Monitoring"]
---

# Delete notifications

`DELETE /api/notifications`

## Request body

- object
  - `ids` integer[]
  - `recipient` string
  - `olderThan` integer

## Response `200`

Notifications deleted

- object
  - `success` boolean
  - `deleted` integer

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/versions/b920835b2793/schema)
