Delete a tag group
Log in to add to favouritesPage last updated 19 May 2026
DELETE/api/management/projects/{projectId}/taggroups/{tagGroupId}
Parameters
| Name | Parameter type | Type | Description |
|---|---|---|---|
| projectId(required) | path | string | The project identifier found in the project overview screen of the management console. |
| tagGroupId(required) | path | string | The tag group identifier |
Responses
Examples
DELETE: /api/management/projects/movieDb/taggroups/genreRemarks
You must be authorised to delete the tag group or the request will fail.