gogol-useraccounts-0.0.1: Google Cloud User Accounts 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.CloudUserAccounts.Groups.Delete

Contents

Description

Deletes the specified Group resource.

See: Cloud User Accounts API Reference for clouduseraccounts.groups.delete.

Synopsis

REST Resource

type GroupsDeleteResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("groups" :> (Capture "groupName" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` Operation))))))) Source

A resource alias for clouduseraccounts.groups.delete method which the GroupsDelete request conforms to.

Creating a Request

groupsDelete Source

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

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

Request Lenses

gdProject :: Lens' GroupsDelete Text Source

Project ID for this request.

gdGroupName :: Lens' GroupsDelete Text Source

Name of the Group resource to delete.