unbind_quiz_question_banks
Remove question banks from a quiz without deleting the banks. Pass quiz_id and question_bank IDs to unlink only the association, preserving the banks, their questions, and all other quizzes.
Instructions
Detach question banks from a quiz. The banks themselves are NOT deleted.
Pass `quiz_id` and `question_banks`, a list of items each needing
`question_bank_id`. Only the link is removed, permanently - the
bank, its questions and every other quiz using it are untouched. The quiz keeps
working with fewer questions.
To delete the bank itself, use `delete_question_banks`. A bank not currently
attached fails its own row with `not_found`.
Requires the `quizzes:write` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiz_id | Yes | ||
| question_banks | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| note | Yes | ||
| total | Yes | ||
| failed | Yes | ||
| succeeded | Yes |