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
projectId
The id of the project to remove tags from.
Request
The model containing the tags to remove.
name
The name of the tag to delete.
Response
Multi-Status
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

