Removes tags from the project with the specified id.

<Check title="Required Permissions" icon="key">To remove tags from a project the user must have `project-master-data:write` permissions on the specified project.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project to remove tags from.

Request

The model containing the tags to remove.
namestringRequired0-255 characters
The name of the tag to delete.

Response

No Content

Errors