delete_course_section: Delete a Course Section in Canvas LMS

View source: R/delete_course_section.R

delete_course_sectionR 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.


vvcanvas documentation built on April 3, 2025, 6:12 p.m.