---
title: "Delete an existing topic"
method: DELETE
path: "/topics/{owner}/{topicUuid}"
tags: ["topics and comments - resource"]
---

# Delete an existing topic

`DELETE /topics/{owner}/{topicUuid}`

This API allows users to remove a topic they have permission to access, specified by the owner's ID and the topic's UUID. This DELETE request ensures the topic is successfully deleted if access criteria are met.

## Path parameters

- `owner` string, required
- `topicUuid` string, uuid, required

## Response `200`

default response

---

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