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
taskId
The id of the task to remove the tags from.
Request
The model with the tags to be removed.
name
The name of the tag to delete.
Response
Multi-Status
Errors
400
Bad Request Error
401
Unauthorized Error

