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 table.
See: Fusion Tables API Reference for fusiontables.table.delete
.
Synopsis
- type TableDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))
- tableDelete :: Text -> TableDelete
- data TableDelete
- tddTableId :: Lens' TableDelete Text
REST Resource
type TableDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))) Source #
A resource alias for fusiontables.table.delete
method which the
TableDelete
request conforms to.
Creating a Request
Creates a value of TableDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TableDelete Source #
Deletes a table.
See: tableDelete
smart constructor.
Instances
Request Lenses
tddTableId :: Lens' TableDelete Text Source #
ID of the table to be deleted.