# Delete Model Version Tag

Launch stage: GA

`DELETE /api/2.0/mlflow/model-versions/delete-tag`

Deletes a model version tag.

API scopes: mlflow

## Query parameters

- `name` (string, optional)
  Name of the registered model that the tag was logged under.
- `version` (string, optional)
  Model version number that the tag was logged under.
- `key` (string, optional)
  Name of the tag. The name must be an exact match; wild-card deletion is not supported. Maximum size is 250 bytes.

## Response

```json
{}
```

