# Delete

Launch stage: Beta

`DELETE /api/2.0/entity-tag-assignments/{entity_type}/{entity_id}/tags/{tag_key}`

Delete a tag assignment

API scopes: tags

## Path parameters

- `entity_type` (string, optional)
  The type of entity to which the tag is assigned. Allowed values are apps, dashboards, geniespaces, notebooks
  Example: `dashboards`
- `entity_id` (string, optional)
  The identifier of the entity to which the tag is assigned. For apps, the entity_id is the app name
  Example: `2807324866692453`
- `tag_key` (string, optional)
  The key of the tag. The characters , . : / - = and leading/trailing spaces are not allowed
  Example: `sensitivity_level`
  Constraints: `[ 1 .. 256 ] characters`

## Response

```json
{}
```

