API v1 ReferenceProject Template TagsRemoves tags from the project template with the specified id.Copy pagePOSThttps://api.awork.com/api/v1/projecttemplates/:projectTemplateId/deletetags <Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:write` permissions.</Check>AuthenticationAuthorizationBearerBearer authentication of the form Bearer <token>, where token is your auth token.Path parametersprojectTemplateIdstringRequiredformat: "uuid"The id of the project template to remove tags from.RequestThe model containing the tags to delete.namestringRequired0-255 charactersThe name of the tag to delete.Response204No ContentErrors400Bad Request Error401Unauthorized Error404Not Found Error