Removes tags from the task.

Removes tags from the task. Returns 207 MultiStatus if at least one tag could not be removed, including the reasons. <Check title="Required Permissions" icon="key">To remove tags from a task the user must have `write` permissions on the specified task.</Check>

Authentication

AuthorizationBearer

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

Path parameters

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

Request

The model with the tags to be removed.
namestringRequired0-255 characters
The name of the tag to delete.

Response

Multi-Status

Errors

400
Bad Request Error
401
Unauthorized Error