---
title: "Delete an existing comment."
method: DELETE
path: "/authoring/v1/comments/{id}"
tags: ["Authoring comments"]
---

# Delete an existing comment.

`DELETE /authoring/v1/comments/{id}`

Use the /comments/{id} endpoint to delete an existing comment from the database.<br />User roles: admin, manager, editor

## Path parameters

- `id` string, required

## Response `204`

The comment was deleted succesfully.

## Other responses

- `404` — A comment that matches the ID specified was not found.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `default` — Unexpected error.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/versions/677305266d89/schema)
