AI-generated Key Takeaways
-
Deletes an app edit using an HTTP DELETE request to the specified URL.
-
Requires the package name and edit ID as path parameters.
-
Request body should be empty, and a successful deletion results in an empty response body.
-
Needs authorization with the
https://www.googleapis.com/auth/androidpublisher
scope.
Deletes an app edit.
HTTP request
DELETE https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}
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