Removes tags from the project template with the specified id.
<Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:write` permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectTemplateId
The id of the project template to remove tags from.
Request
The model containing the tags to delete.
name
The name of the tag to delete.
Response
Multi-Status
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

