Delete a tag
Log in to add to favouritesPage last updated 19 May 2026
DELETE/api/management/projects/{projectId}/tags/{tagId}?replacementTagId={replacementTagId}
Parameters
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
| tagId(required) | path | string | guid | The guid identifier for a tag |
| replacementTagId(required) | query | string | guid | The guid identifier for the replacement tag where the original tag was referenced |
Responses
Examples
DELETE /api/management/projects/movieDb/tags/6402ff7f-d1a8-4961-99eb-e73ee09e34f3?replacementTagId=304ee1d2-9f0a-4348-a2c8-30af8f9b83f1