delete_page | R Documentation |
Deletes a page in a specific course using the Canvas LMS API.
delete_page(canvas, course_id, page_id)
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
course_id |
The ID of the course in which to delete the page. |
page_id |
The ID of the page. |
A confirmation message that the page has been deleted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.