delete_course_section: Delete course section

View source: R/simple_functions.R

delete_course_sectionR Documentation

Delete course section

Description

Deletes a specified section in a course.

PLEASE NOTE: To delete a course section, the section needs to be empty, This function does not empty the section. Use delete_sections for this task.

Usage

delete_course_section(section_id)

Arguments

section_id

the canvas id of the section (integer)

Value

server response. Either 200 status code if everything went correctly or a specific http status warning.

Examples


delete_course_section(12345)

ICTO-FMG/uvacanvas documentation built on Dec. 6, 2024, 2:32 p.m.