Google Classroom add-ons are now generally available to developers! Please see the
add-ons documentation for more information.
Method: registrations.delete
Deletes a Registration
, causing Classroom to stop sending notifications for that Registration
.
HTTP request
DELETE https://classroom.googleapis.com/v1/registrations/{registrationId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
registrationId |
string
The registrationId of the Registration to be deleted.
|
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/classroom.push-notifications
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-05 UTC.
[null,null,["Last updated 2024-12-05 UTC."],[[["Deletes a Registration, stopping Classroom notifications for it."],["Requires a DELETE request to the specified URL with the registration ID."],["Request body should be empty; a successful deletion results in an empty response body."],["Needs `https://www.googleapis.com/auth/classroom.push-notifications` authorization scope."]]],[]]