questionBank_removeTag
Removes a tag from a question bank by tagId. Once nothing uses a tag any more, the tag itself is deleted from the project - "nothing" includes Riddles, which share one set of tags with question banks: a tag a Riddle still uses survives its last bank and simply stops being listed by questionBank_tagList. Deleting a tagged bank outright (questionBank_delete) cleans its tags up the same way. Rejected for a public template id, see questionBank_templateList.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagId | Yes | The ID of the tag to remove, as returned by questionBank_tagList. | |
| questionBankId | Yes | The ID of the question bank to remove the tag from. |