Delete
|
|||||
|
|
Deletes a course.
This method returns the following error codes:
PERMISSION_DENIED
if the requesting user is not permitted to delete the requested course or for access errors.NOT_FOUND
if no course exists with the requested ID
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage your Google Classroom classes
Input
This building block consumes 1 input parameters
Name | Format | Description |
---|---|---|
id Required |
STRING |
Identifier of the course to delete. This identifier can be either the Classroom-assigned identifier or an alias |
= Parameter name
= Format
id STRING Required Identifier of the course to delete. This identifier can be either the Classroom-assigned identifier or an alias |