# Delete

Launch stage: GA

`POST /api/2.0/mlflow/experiments/delete`

Marks an experiment and associated metadata, runs, metrics, params, and tags for deletion.
 If the experiment uses FileStore, artifacts associated with the experiment are also deleted.

API scopes: mlflow

## Request body

- `experiment_id` (string, optional)
  ID of the associated experiment.

## Response

```json
{}
```

