delete_page: Delete a Page in Canvas LMS

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 April 3, 2025, 6:12 p.m.