---
title: "Delete Topic"
method: DELETE
path: "/topics/{topic_id}"
tags: ["Project"]
---

# Delete Topic

`DELETE /topics/{topic_id}`

Delete a topic, detaching all associated prompts and deleting prompt suggestions

## Path parameters

- `topic_id` string, required

## Response `200`

Topic deleted successfully

- object — Topic deleted successfully

## Other responses

- `404` — Response for status 404

---

[API](https://skmtc.net/peec/apis/peec-ai-customer-api.md) · [All operations](https://skmtc.net/peec/apis/peec-ai-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peec/peec-ai-customer-api/versions/92840a1bffa7/schema)
