gogol-apps-tasks-0.0.1: Google Tasks 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.Tasks.TaskLists.Delete

Contents

Description

Deletes the authenticated user's specified task list.

See: Tasks API Reference for tasks.tasklists.delete.

Synopsis

REST Resource

type TaskListsDeleteResource = "tasks" :> ("v1" :> ("users" :> ("@me" :> ("lists" :> (Capture "tasklist" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for tasks.tasklists.delete method which the TaskListsDelete request conforms to.

Creating a Request

taskListsDelete Source

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

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

Request Lenses

tldTaskList :: Lens' TaskListsDelete Text Source

Task list identifier.