delete_page
Remove a page from a Canvas course by providing its URL slug or ID. Ensures accurate deletion with an optional title match safety check, offering a permanent solution for managing course content.
Instructions
Delete a page from a Canvas course.
Permanent — Canvas may retain a recycle-bin copy depending on admin settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_url_or_id | Yes | Page URL slug or page ID to delete | |
| course_identifier | Yes | Course code or Canvas ID | |
| require_title_match | No | Safety check — only delete if page title matches exactly |