Removes tags from the task with the specified id.

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. <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

No Content

Errors