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 |
Deletes a feature.
See: Admin Directory API Reference for directory.resources.features.delete
.
Synopsis
- type ResourcesFeaturesDeleteResource = "admin" :> ("directory" :> ("v1" :> ("customer" :> (Capture "customer" Text :> ("resources" :> ("features" :> (Capture "featureKey" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))))
- resourcesFeaturesDelete :: Text -> Text -> ResourcesFeaturesDelete
- data ResourcesFeaturesDelete
- rfdCustomer :: Lens' ResourcesFeaturesDelete Text
- rfdFeatureKey :: Lens' ResourcesFeaturesDelete Text
REST Resource
type ResourcesFeaturesDeleteResource = "admin" :> ("directory" :> ("v1" :> ("customer" :> (Capture "customer" Text :> ("resources" :> ("features" :> (Capture "featureKey" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))) Source #
A resource alias for directory.resources.features.delete
method which the
ResourcesFeaturesDelete
request conforms to.
Creating a Request
resourcesFeaturesDelete Source #
Creates a value of ResourcesFeaturesDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ResourcesFeaturesDelete Source #
Deletes a feature.
See: resourcesFeaturesDelete
smart constructor.
Instances
Request Lenses
rfdCustomer :: Lens' ResourcesFeaturesDelete Text Source #
The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID.
rfdFeatureKey :: Lens' ResourcesFeaturesDelete Text Source #
The unique ID of the feature to delete.