---
title: "Delete notification"
method: DELETE
path: "/notifications/{notification_id}"
tags: ["Notifications"]
---

# Delete notification

`DELETE /notifications/{notification_id}`

Delete a single notification owned by the current account.

## Path parameters

- `notification_id` integer, required — ID of the notification.

## Response `200`

Notification deleted successfully.

- unknown

## Other responses

- `401` — Authentication required.
- `404` — Notification not found.
- `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)
