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

# Delete an existing comment

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

This API allows users to remove a comment from a topic, provided they have access rights. This DELETE request requires the owner's ID, topic's UUID, and the comment ID to successfully execute the deletion.

## Path parameters

- `owner` string, required
- `topicUuid` string, uuid, required
- `commentid` string, 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/versions/0a0cb1f94dad/schema)
