Deletes a Registration
, causing Classroom to stop sending notificationsfor that Registration
.
gc_registrations_delete(registrationId)
registrationId | The |
---|
Authentication scopes used by this function are:
https://www.googleapis.com/auth/classroom.push-notifications
Set options(googleAuthR.scopes.selected = c("https://www.googleapis.com/auth/classroom.push-notifications")
Then run googleAuthR::gar_auth()
to authenticate.
See gar_auth
for details.