---
title: "Dismiss Nudge"
method: POST
path: "/api/v1/admin/agent/nudges/dismiss"
tags: ["admin-ops-agent"]
---

# Dismiss Nudge

`POST /api/v1/admin/agent/nudges/dismiss`

Server-side dismissal — survives the frontend's refetch cycle.

## Request body

- AdminAgentNudgeDismissRequest
  - `nudge_key` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[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)
