delete_course_module: delete_course_module Deletes a specified module in a course.

Description Usage Arguments Value Examples

View source: R/simple_functions.R

Description

delete_course_module Deletes a specified module in a course.

delete_course_module Deletes a specified module in a course.

Usage

1
2
3
delete_course_module(course_id, module_id)

delete_course_module(course_id, module_id)

Arguments

course_id

the canvas id of the course (integer)

module_id

the canvas id of the module (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
delete_course_module(course_id = 6824, module_id = 412)

delete_course_module(course_id = 6824, module_id = 412)

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