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 Group
See: Admin Directory API Reference for directory.groups.delete
.
Synopsis
- type GroupsDeleteResource = "admin" :> ("directory" :> ("v1" :> ("groups" :> (Capture "groupKey" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))
- groupsDelete :: Text -> GroupsDelete
- data GroupsDelete
- gdGroupKey :: Lens' GroupsDelete Text
REST Resource
type GroupsDeleteResource = "admin" :> ("directory" :> ("v1" :> ("groups" :> (Capture "groupKey" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))) Source #
A resource alias for directory.groups.delete
method which the
GroupsDelete
request conforms to.
Creating a Request
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:
data GroupsDelete Source #
Delete Group
See: groupsDelete
smart constructor.
Instances
Request Lenses
gdGroupKey :: Lens' GroupsDelete Text Source #
Email or immutable ID of the group