# Delete

Launch stage: GA

`DELETE /api/2.1/tag-policies/{tag_key}`

Deletes a tag policy by its associated governed tag's key, leaving that tag key ungoverned. For Terraform usage, see the [Tag Policy Terraform documentation](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/tag_policy).

API scopes: tags

## Path parameters

- `tag_key` (string, optional)

## Response

```json
{}
```

