AI-generated Key Takeaways
-
Deletes a user's access to a specified developer account.
-
Requires a DELETE request to the specified URL with the developer and user information as path parameters.
-
The request body should be empty, and a successful response will also be empty.
-
Requires authorization with the
https://www.googleapis.com/auth/androidpublisher
scope.
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