gogol-fusiontables-0.0.1: Google Fusion Tables SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.FusionTables.Table.Delete

Contents

Description

Deletes a table.

See: Fusion Tables API Reference for fusiontables.table.delete.

Synopsis

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

tableDelete Source

Arguments

:: Text

tddTableId

-> TableDelete 

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:

Request Lenses

tddTableId :: Lens' TableDelete Text Source

ID of the table to be deleted.