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 schema
See: Admin Directory API Reference for directory.schemas.delete
.
Synopsis
- type SchemasDeleteResource = "admin" :> ("directory" :> ("v1" :> ("customer" :> (Capture "customerId" Text :> ("schemas" :> (Capture "schemaKey" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))
- schemasDelete :: Text -> Text -> SchemasDelete
- data SchemasDelete
- sdCustomerId :: Lens' SchemasDelete Text
- sdSchemaKey :: Lens' SchemasDelete Text
REST Resource
type SchemasDeleteResource = "admin" :> ("directory" :> ("v1" :> ("customer" :> (Capture "customerId" Text :> ("schemas" :> (Capture "schemaKey" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))) Source #
A resource alias for directory.schemas.delete
method which the
SchemasDelete
request conforms to.
Creating a Request
Creates a value of SchemasDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SchemasDelete Source #
Delete schema
See: schemasDelete
smart constructor.
Instances
Request Lenses
sdCustomerId :: Lens' SchemasDelete Text Source #
Immutable ID of the G Suite account
sdSchemaKey :: Lens' SchemasDelete Text Source #
Name or immutable ID of the schema