gogol-games-0.0.1: Google Play Game Services 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.Games.Pushtokens.Remove

Contents

Description

Removes a push token for the current user and application. Removing a non-existent push token will report success.

See: Google Play Game Services API Reference for games.pushtokens.remove.

Synopsis

REST Resource

type PushtokensRemoveResource = "games" :> ("v1" :> ("pushtokens" :> ("remove" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` PushTokenId :> Post `[JSON]` ()))))) Source

A resource alias for games.pushtokens.remove method which the PushtokensRemove request conforms to.

Creating a Request

pushtokensRemove Source

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

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

data PushtokensRemove Source

Removes a push token for the current user and application. Removing a non-existent push token will report success.

See: pushtokensRemove smart constructor.

Request Lenses

prPayload :: Lens' PushtokensRemove PushTokenId Source

Multipart request metadata.