# Delete

Launch stage: GA

`POST /api/2.0/mlflow/runs/delete`

Marks a run for deletion.

API scopes: mlflow

## Request body

- `run_id` (string, optional)
  ID of the run to delete.

## Response

```json
{}
```

