Removes tag from all entities.

Removes tag from all tasks. Returns 204 NoContent if tag has been removed successfully. <Check><b>Required Permissions</b>: To delete the tags the user needs 'write' permissions on the specified entity.</Check>

Authentication

AuthorizationBearer

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

Query parameters

isPrivateTaskbooleanRequired
If the entity is a private task.

Request

The model to remove the tag.
namestringRequired>=0 characters<=255 characters

Response

OK