Method: grants.delete

  • The DELETE request removes a user's access to a specific package or developer account.

  • The request uses gRPC Transcoding syntax and includes a required name parameter specifying the grant to be deleted in the path.

  • The request body must be empty, and a successful response will also have an empty body.

  • This action requires the https://www.googleapis.com/auth/androidpublisher authorization scope.

Removes all access for the user to the given package or developer account.

HTTP request

DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/{name=developers/*/users/*/grants/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the grant to delete. Format: developers/{developer}/users/{email}/grants/{packageName}

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/androidpublisher