# Delete Logged Model Tag

Launch stage: GA

`DELETE /api/2.0/mlflow/logged-models/{model_id}/tags/{tag_key}`

Delete a tag on a logged model.

API scopes: mlflow

## Path parameters

- `model_id` (string, optional)
  The ID of the logged model to delete the tag from.
- `tag_key` (string, optional)
  The tag key.

## Response

```json
{}
```

