delete_quizzes
Delete one or more quizzes in a batch operation, removing each quiz's owned questions and answers while leaving shared question banks intact.
Instructions
Delete one or more quizzes. DESTRUCTIVE. This is a BATCH operation.
Pass `quiz_ids`, a list of obfuscated Skilljar quiz ids - a list even for one.
What goes with the quiz, and what does NOT:
deleted the quiz, the questions it OWNS, and those questions' answers
removed its question-bank assignments (the links, not the banks)
UNTOUCHED shared question banks and every question that lives in one
A quiz only owns a question if that question was created with `quiz_id` set. A
question created in a bank and used by this quiz SURVIVES - deleting the quiz
does not destroy shared exam content.
Requires the `quizzes:write` OAuth scope AND the `content.delete` capability,
which is deliberately separate from `content.write` and is off in every profile
except `full`. Take this action only on the user's explicit instruction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiz_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| note | Yes | ||
| total | Yes | ||
| failed | Yes | ||
| succeeded | Yes |