---
title: "Dismiss activity notifications"
method: POST
path: "/v1/home/dismiss-event"
tags: ["Home"]
---

# Dismiss activity notifications

`POST /v1/home/dismiss-event`

Hide actionable Needs You events for the signed-in user. Used by the notifications panel (single dismiss, mark-all-read, or opening a card).

## Request body

- union
  - object
    - `eventId` string, required
  - object
    - `eventIds` string[], required

## Response `200`

Dismissed

- object
  - `ok` boolean

## Other responses

- `400` — Invalid request
- `401` — Authentication required

---

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