delete_course_section {vvcanvas}R Documentation

Delete a Course Section in Canvas LMS

Description

Deletes an existing course section using the Canvas LMS API.

Usage

delete_course_section(canvas, section_id)

Arguments

canvas

A list containing the 'api_key' and 'base_url' for authentication.

section_id

The ID of the section to delete.

Value

A confirmation message that the section has been deleted.


[Package vvcanvas version 0.0.4 Index]