---
title: "Delete multiple notifications"
method: DELETE
path: "/notifications/bulk"
tags: ["Notifications"]
---

# Delete multiple notifications

`DELETE /notifications/bulk`

Delete multiple notifications owned by the current account.

Body
- `ids` array of notification IDs to delete.

## Request body

- NotificationsDeleteRequest
  - `ids` integer[], required — Notification IDs to delete.

## Response `200`

Notifications deleted successfully.

- unknown

## Other responses

- `400` — No notification IDs provided.
- `401` — Authentication required.
- `422` — Validation Error

---

[API](https://skmtc.dev/leakradar/apis/leakradar-io-api.md) · [All operations](https://skmtc.dev/leakradar/apis/leakradar-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leakradar/leakradar-io-api/revisions/82a99c608e1a/schema)
