Removes tags from the projecttemplate with the specified id.

Removes tags from the projecttemplate with the specified id. To delete the tags the user needs ‘write’ permissions on the specified projecttemplate. Returns 204 NoContent if all tags have been removed successfully. Returns 207 MultiStatus if at least one tag could not be removed, including the reasons.

Path parameters

projecttemplateIdUUIDRequired

The id of the projecttemplate.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects a list of objects.
namestringRequired>=0 characters<=255 characters

Response

No Content