# Tags

APIs to create and manage Feature Flag Tags

## Returns all Tags

 - [GET /cf/admin/tags](https://apidocs.harness.io/tags/getalltags.md): Returns all the Tags for the given Account ID

## Creates a Tag

 - [POST /cf/admin/tags](https://apidocs.harness.io/tags/createtag.md): Create Tags for the given identifier

## Delete a Tag

 - [DELETE /cf/admin/tags/{identifier}](https://apidocs.harness.io/tags/deletetag.md): Delete Tag for the given identifier and account ID

## Returns a Tag

 - [GET /cf/admin/tags/{identifier}](https://apidocs.harness.io/tags/gettag.md): Returns details such as identifier,Associated Feature Flag etc for the given Tag

