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

# Delete Notifications

`DELETE /api/notifications/`

Delete one or more notifications (bilateral - sender or recipient can delete).

## Request body

- DeleteNotificationsRequest — Delete one or more notifications by external ID.
  - `external_ids` string[], required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2025-12-31** `d14bca97ba86` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/arbicity/apis/arbi/changes/api/notifications/delete.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/6b174ff0bc3a/schema)
