---
title: "Permanently dismiss the donation reminder modal"
method: POST
path: "/users/me/dismiss-donation-modal"
tags: ["Users"]
---

# Permanently dismiss the donation reminder modal

`POST /users/me/dismiss-donation-modal`

Marks the donation reminder modal as dismissed for the currently authenticated user so it is never shown to them again.

## Response `200`

Donation modal dismissed.

## Other responses

- `401` — Invalid userId or user not found.
- `500` — Failed to dismiss donation modal.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
