Removes a tag from private tasks.
Removes the submitted tag from the current user's private tasks.
<Check title="Required Permissions" icon="key">The user must have permission to edit the affected private tasks.</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.
name
The name of the tag to delete.
Response
No Content
Errors
400
Bad Request Error
401
Unauthorized Error

