| 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 | 
Network.Google.Resource.FusionTables.Style.Delete
Description
Deletes a style.
See: Fusion Tables API Reference for fusiontables.style.delete.
- type StyleDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (Capture "styleId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))
 - styleDelete :: Int32 -> Text -> StyleDelete
 - data StyleDelete
 - sdStyleId :: Lens' StyleDelete Int32
 - sdTableId :: Lens' StyleDelete Text
 
REST Resource
type StyleDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("styles" :> (Capture "styleId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))) Source #
A resource alias for fusiontables.style.delete method which the
 StyleDelete request conforms to.
Creating a Request
Arguments
| :: Int32 | |
| -> Text | |
| -> StyleDelete | 
Creates a value of StyleDelete with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired: