AI-generated Key Takeaways
-
The
deleteall
method deletes all store listings. -
This method uses an HTTP DELETE request with specific path parameters for the package name and edit ID.
-
The request body for this method must be empty.
-
A successful response returns an empty JSON object.
-
This operation requires the
https://www.googleapis.com/auth/androidpublisher
OAuth scope.
Deletes all store listings.
HTTP request
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
editId |
Identifier of the edit. |
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