Removes a tag from all private tasks.

Removes a tag from all private tasks of the current user. <Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

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

Request

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

Response

No Content

Errors