delete_page: Delete a Page in Canvas LMS

View source: R/delete_page.R

delete_pageR Documentation

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)

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.

Value

A confirmation message that the page has been deleted.


vvcanvas documentation built on Sept. 9, 2025, 5:39 p.m.