> ## Documentation Index
> Fetch the complete documentation index at: https://developer.surefeedback.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete comment

> Delete a comment.

Deletes a comment and all its replies. Users can delete their own comments; admins can delete any comment.

## Path parameters

<ParamField path="id" type="string" required>
  UUID of the comment to delete.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "success": true,
    "message": "Comment deleted successfully"
  }
  ```
</ResponseExample>
