Requires authorization
Deletes all the APK-specific localized listings for a specified APK.
Request
HTTP request
DELETE https://www.googleapis.com/androidpublisher/v2/applications/packageName/edits/editId/apks/apkVersionCode/listings
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
apkVersionCode |
integer |
The APK version code whose APK-specific listings should be read or modified. |
editId |
string |
Unique identifier for this edit. |
packageName |
string |
Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an empty response body.