Learn R Programming

vvcanvas (version 0.0.8)

delete_page: Delete a Page in Canvas LMS

Description

Deletes a page in a specific course using the Canvas LMS API.

Usage

delete_page(canvas, course_id, page_id)

Value

A confirmation message that the page has been deleted.

Arguments

canvas

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

course_id

The ID of the course in which to delete the page.

page_id

The ID of the page.