# delete

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/comment/comment.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/comment/comment.controller.ts#L189)

Delete a comment

## Endpoint

`DELETE /documents/:documentId/comments/:id`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `id` | path | `string` | ✓ | The comment ID |
| `documentId` | path | `string` | ✓ | The document ID |

## Referenced By

- `CommentController` (MODULE_DECLARES)
