---
title: "Delete topic"
method: DELETE
path: "/v1/channels/topic/{topic_id}"
tags: ["Channels"]
---

# Delete topic

`DELETE /v1/channels/topic/{topic_id}`

Delete a topic.

Deleted topic end up in your specific project's trash, but can be restored for up to 30 days before they’re automatically and permanently deleted.

Returns the deleted topic object.

> 🚧 Permissions
>
> Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.

## Path parameters

- `topic_id` string, required

## Response `200`

200

- object
  - `data` object, required
    - `id` string, required
    - `title` string, required
    - `description` string, required
    - `deleted_at` string, required
    - `deleted` boolean, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `422` — 422
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/dovetail/apis/dovetail-public-api.md) · [All operations](https://skmtc.net/dovetail/apis/dovetail-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dovetail/dovetail-public-api/revisions/4107f5fdf8b2/schema)
