Deletes a Registration, causing Classroom to stop sending notificationsfor that Registration.

gc_registrations_delete(registrationId)

Arguments

registrationId

The registration_id of the Registration to be deleted

Details

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.

See also