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

Contents

Description

Deletes a specific task by its ID, unless that task has already started running.

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

Synopsis

REST Resource

type TaskDeleteResource = "fusiontables" :> ("v2" :> ("tables" :> (Capture "tableId" Text :> ("tasks" :> (Capture "taskId" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for fusiontables.task.delete method which the TaskDelete request conforms to.

Creating a Request

taskDelete Source

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

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

data TaskDelete Source

Deletes a specific task by its ID, unless that task has already started running.

See: taskDelete smart constructor.

Request Lenses

tdTaskId :: Lens' TaskDelete Text Source

The identifier of the task to delete.

tdTableId :: Lens' TaskDelete Text Source

Table from which the task is being deleted.