Removes a tag from all tasks.

Removes a tag from all tasks. If `isPrivateTask` is true, removes a tag from private tasks only. Otherwise removes it from project tasks. <Check title="Required Permissions" icon="key">To remove tags from all tasks the user must have `project-planning-data:write` permissions.</Check>

Authentication

AuthorizationBearer

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

Query parameters

isPrivateTaskbooleanOptionalDefaults to false
Whether to remove the tag from private tasks only.

Request

The model to delete the tag from all tasks.
namestringRequired0-255 characters
The name of the tag to delete.

Response

No Content

Errors