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.Template.Delete

Contents

Description

Deletes a template

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

Synopsis

REST Resource

type TemplateDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("templates" :> (Capture "templateId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for fusiontables.template.delete method which the TemplateDelete request conforms to.

Creating a Request

templateDelete Source

Creates a value of TemplateDelete with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

tTemplateId :: Lens' TemplateDelete Int32 Source

Identifier for the template which is being deleted

tTableId :: Lens' TemplateDelete Text Source

Table from which the template is being deleted