---
title: "Dismiss a notification"
method: POST
path: "/me/notifications/{id}/dismiss"
tags: ["Notifications"]
---

# Dismiss a notification

`POST /me/notifications/{id}/dismiss`

Marks a notification as dismissed. The caller must have visibility (direct user_id target or org-wide on an org they belong to). Idempotent.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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