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

# Delete topic by id

`DELETE /messages/topics/{id}`

This endpoint is used to delete topic

## Response `200`

Delete topic successfuly

- CreateTopic
  - `created_at` string
  - `id` string
  - `is_active` string
  - `name` string
  - `updated_at` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/inquirer/apis/mobile-middleware.md) · [All operations](https://skmtc.net/inquirer/apis/mobile-middleware/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inquirer/mobile-middleware/revisions/b0608768680f/schema)
