# Delete Comment

Launch stage: GA

`DELETE /api/2.0/mlflow/comments/delete`

Deletes a comment on a model version.

API scopes: mlflow

## Query parameters

- `id` (string, optional)
  Unique identifier of an activity
  Example: `6fc74c92704341aaa49e74dcc6031057`

## Response

```json
{}
```

