AI-generated Key Takeaways
-
This process removes a user's access to a specific developer account.
-
The request uses a DELETE HTTP method with a specific URL format that includes the user's name.
-
A required path parameter
name
is used to identify the user to be deleted, formatted asdevelopers/{developer}/users/{email}
. -
Both the request body and the response body for a successful operation are empty.
-
The action requires the
https://www.googleapis.com/auth/androidpublisher
OAuth scope for authorization.
Removes all access for the user to the given developer account.
HTTP request
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/{name=developers/*/users/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the user to delete. Format: developers/{developer}/users/{email} |
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