delete_course_section: Delete course section

Description Usage Arguments Value Examples

View source: R/simple_functions.R

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.

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

1
2
3

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.

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

Examples

1
2
3

ICTO-FMG/uvacanvas documentation built on Jan. 24, 2022, 5:16 a.m.