Removes tags from the task template.

Removes tags from the task template. Returns 207 MultiStatus if at least one tag could not be removed, including the reasons. <Check title="Required Permissions" icon="key">The user must be an admin or have `task-manage-config:write` permissions.</Check>

Authentication

AuthorizationBearer

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

Path parameters

taskTemplateIdstringRequiredformat: "uuid"
The id of the task template to remove tags from.

Request

The list of tags to remove from the task template.
namestringRequired0-255 characters
The name of the tag to delete.

Response

Multi-Status

Errors

400
Bad Request Error
401
Unauthorized Error