delete_module_item
Remove an item from a Canvas course module without deleting the actual content. The item is unlinked, preserving the original assignment or page.
Instructions
Remove an item from a module.
IMPORTANT: Only unlinks the item from the module. The actual content (page, assignment, etc.) is NOT deleted.
Args:
course_identifier: Course code or Canvas ID
module_id: Module ID containing the item
item_id: Item ID to remove
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_identifier | Yes | ||
| module_id | Yes | ||
| item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |