gogol-books-0.0.1: Google Books 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.Books.MyLibrary.Annotations.Delete

Contents

Description

Deletes an annotation.

See: Books API Reference for books.mylibrary.annotations.delete.

Synopsis

REST Resource

type MyLibraryAnnotationsDeleteResource = "books" :> ("v1" :> ("mylibrary" :> ("annotations" :> (Capture "annotationId" Text :> (QueryParam "source" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for books.mylibrary.annotations.delete method which the MyLibraryAnnotationsDelete request conforms to.

Creating a Request

myLibraryAnnotationsDelete Source

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

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

Request Lenses

mladAnnotationId :: Lens' MyLibraryAnnotationsDelete Text Source

The ID for the annotation to delete.

mladSource :: Lens' MyLibraryAnnotationsDelete (Maybe Text) Source

String to identify the originator of this request.