---
title: "Delete a topic cluster"
method: DELETE
path: "/v3/topic-clusters/{topicId}"
tags: ["Topic Clusters"]
---

# Delete a topic cluster

`DELETE /v3/topic-clusters/{topicId}`

Deletes a topic cluster. DESTRUCTIVE beyond the cluster itself: every PLANNED content item in it is deleted along with it and cannot be recovered, because content planner rows cascade on the topic. Its keyword and prompt links are removed too, though the keywords and prompts themselves stay in the team's lists. Published and generated articles are kept, but lose their cluster. Tell the user how many planned items will be lost and get explicit confirmation before calling this.

## Path parameters

- `topicId` string, required

## Response `200`

Default Response

- object
  - `success` boolean

## 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/revisions/18b0da2d3696/schema)
