Requires authorization
Delete an in-app product for an app.
Request
HTTP request
DELETE https://www.googleapis.com/androidpublisher/v2/applications/packageName/inappproducts/sku
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
packageName |
string |
Unique identifier for the Android app with the in-app product; for example, "com.spiffygame". |
sku |
string |
Unique identifier for the in-app product. |
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.