---
title: "Delete topic"
method: DELETE
path: "/topics/{id}"
tags: ["Topics"]
---

# Delete topic

`DELETE /topics/{id}`

## Response `200`

Deleted

- ApiResponseVoid
  - `success` boolean, required
  - `message` string, nullable
  - `timestamp` string, date-time, required
  - `data` object, nullable — Empty response payload

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/lobehub/apis/lobechat-openapi.md) · [All operations](https://skmtc.net/lobehub/apis/lobechat-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lobehub/lobechat-openapi/versions/7be2ebcf191c/schema)
