gogol-games-configuration-0.0.1: Google Play Game Services Publishing 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.GamesConfiguration.AchievementConfigurations.Delete

Contents

Description

Delete the achievement configuration with the given ID.

See: Google Play Game Services Publishing API Reference for gamesConfiguration.achievementConfigurations.delete.

Synopsis

REST Resource

type AchievementConfigurationsDeleteResource = "games" :> ("v1configuration" :> ("achievements" :> (Capture "achievementId" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))) Source

A resource alias for gamesConfiguration.achievementConfigurations.delete method which the AchievementConfigurationsDelete request conforms to.

Creating a Request

achievementConfigurationsDelete Source

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

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

Request Lenses

acdAchievementId :: Lens' AchievementConfigurationsDelete Text Source

The ID of the achievement used by this method.