---
title: "Dismiss one topic from a grouped Next Step"
method: POST
path: "/v3/next-steps/{id}/topics/{topicId}/dismiss"
tags: ["Next Steps"]
---

# Dismiss one topic from a grouped Next Step

`POST /v3/next-steps/{id}/topics/{topicId}/dismiss`

Removes a single topic from a grouped (rolled-up) recommendation so it no longer appears inside that card, now or after future refreshes. Other topics in the card are unaffected.

## Path parameters

- `id` string, required
- `topicId` string, required

## Request body

- object
  - `teamId` string

## Response `200`

Default Response

- object
  - `ok` boolean, required
  - `status` string

## Other responses

- `404` — Default Response

---

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