gogol-android-publisher-0.0.1: Google Play Developer SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.AndroidPublisher.InAppProducts.Delete

Contents

Description

Delete an in-app product for an app.

See: Google Play Developer API Reference for androidpublisher.inappproducts.delete.

Synopsis

REST Resource

type InAppProductsDeleteResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("inappproducts" :> (Capture "sku" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for androidpublisher.inappproducts.delete method which the InAppProductsDelete request conforms to.

Creating a Request

inAppProductsDelete Source

Creates a value of InAppProductsDelete with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

iapdPackageName :: Lens' InAppProductsDelete Text Source

Unique identifier for the Android app with the in-app product; for example, "com.spiffygame".

iapdSKU :: Lens' InAppProductsDelete Text Source

Unique identifier for the in-app product.