---
title: "Delete a single notification"
method: DELETE
path: "/v1/notifications/{id}"
tags: ["Notification"]
---

# Delete a single notification

`DELETE /v1/notifications/{id}`

Delete a specific notification by its ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully deleted the notification.

- object
  - `metadata` object
  - `data` string

## Other responses

- `403` — Unauthorized action - User is not an admin or owner.
- `404` — Notification not found.

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/9c58c1c1e7e8/schema)
