gogol-plus-domains-0.0.1: Google + Domains 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.PlusDomains.Circles.RemovePeople

Contents

Description

Remove a person from a circle.

See: Google+ Domains API Reference for plusDomains.circles.removePeople.

Synopsis

REST Resource

type CirclesRemovePeopleResource = "plusDomains" :> ("v1" :> ("circles" :> (Capture "circleId" Text :> ("people" :> (QueryParams "email" Text :> (QueryParams "userId" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ()))))))) Source

A resource alias for plusDomains.circles.removePeople method which the CirclesRemovePeople request conforms to.

Creating a Request

circlesRemovePeople Source

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

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

Request Lenses

crpEmail :: Lens' CirclesRemovePeople [Text] Source

Email of the people to add to the circle. Optional, can be repeated.

crpUserId :: Lens' CirclesRemovePeople [Text] Source

IDs of the people to remove from the circle. Optional, can be repeated.

crpCircleId :: Lens' CirclesRemovePeople Text Source

The ID of the circle to remove the person from.