View source: R/delete_course_section.R
delete_course_section | R Documentation |
Deletes an existing course section using the Canvas LMS API.
delete_course_section(canvas, section_id)
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
section_id |
The ID of the section to delete. |
A confirmation message that the section has been deleted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.