AI-generated Key Takeaways
-
Deletes all store listings for a specific app and edit using an HTTP DELETE request.
-
Requires providing the package name and edit ID as path parameters in the request URL.
-
The request body should be empty, and a successful response will also be empty.
-
Authorization is needed using 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