Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Delete the achievement configuration with the given ID.
See: Google Play Game Services Publishing API Reference for gamesConfiguration.achievementConfigurations.delete
.
- type AchievementConfigurationsDeleteResource = "games" :> ("v1configuration" :> ("achievements" :> (Capture "achievementId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))
- achievementConfigurationsDelete :: Text -> AchievementConfigurationsDelete
- data AchievementConfigurationsDelete
- acdAchievementId :: Lens' AchievementConfigurationsDelete Text
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:
data AchievementConfigurationsDelete Source #
Delete the achievement configuration with the given ID.
See: achievementConfigurationsDelete
smart constructor.
Request Lenses
acdAchievementId :: Lens' AchievementConfigurationsDelete Text Source #
The ID of the achievement used by this method.