---
title: "Dismiss Welcome Deck"
method: POST
path: "/api/v1/users/me/welcome-deck/dismiss"
tags: ["users"]
---

# Dismiss Welcome Deck

`POST /api/v1/users/me/welcome-deck/dismiss`

Mark the welcome card deck as dismissed for the current user.

Sets ``UserPreferences.welcome_deck_dismissed_at = now()``. Idempotent —
calling twice has no effect after the first call.

## Response `200`

Successful Response

- WelcomeDeckResponse — Welcome card deck dismissal state for the authenticated user.
  - `welcome_deck_dismissed_at` string, date-time, nullable, required

---

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