# Delete Registered Model Tag

Launch stage: GA

`DELETE /api/2.0/mlflow/registered-models/delete-tag`

Deletes the tag for a registered model.

API scopes: mlflow

## Query parameters

- `name` (string, optional)
  Name of the registered model 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
{}
```

