---
title: "Remove multiple prompts from a topic cluster"
method: POST
path: "/v3/topic-clusters/{topicId}/prompts/batch-remove"
tags: ["Topic Clusters"]
---

# Remove multiple prompts from a topic cluster

`POST /v3/topic-clusters/{topicId}/prompts/batch-remove`

## Path parameters

- `topicId` string, required

## Request body

- object
  - `teamId` string
  - `promptIds` string[]

## Response `200`

Default Response

- object
  - `success` boolean
  - `removed` number

## Other responses

- `400` — Default Response
- `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/aa8eaa9e34a0/schema)
