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.