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 leaderboard configuration with the given ID.
See: Google Play Game Services Publishing API Reference for gamesConfiguration.leaderboardConfigurations.delete
.
Synopsis
- type LeaderboardConfigurationsDeleteResource = "games" :> ("v1configuration" :> ("leaderboards" :> (Capture "leaderboardId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))
- leaderboardConfigurationsDelete :: Text -> LeaderboardConfigurationsDelete
- data LeaderboardConfigurationsDelete
- lcdLeaderboardId :: Lens' LeaderboardConfigurationsDelete Text
REST Resource
type LeaderboardConfigurationsDeleteResource = "games" :> ("v1configuration" :> ("leaderboards" :> (Capture "leaderboardId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))) Source #
A resource alias for gamesConfiguration.leaderboardConfigurations.delete
method which the
LeaderboardConfigurationsDelete
request conforms to.
Creating a Request
leaderboardConfigurationsDelete Source #
Creates a value of LeaderboardConfigurationsDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data LeaderboardConfigurationsDelete Source #
Delete the leaderboard configuration with the given ID.
See: leaderboardConfigurationsDelete
smart constructor.
Instances
Request Lenses
lcdLeaderboardId :: Lens' LeaderboardConfigurationsDelete Text Source #
The ID of the leaderboard.