gogol-blogger-0.0.1: Google Blogger 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.Blogger.Pages.Delete

Contents

Description

Delete a page by ID.

See: Blogger API Reference for blogger.pages.delete.

Synopsis

REST Resource

type PagesDeleteResource = "blogger" :> ("v3" :> ("blogs" :> (Capture "blogId" Text :> ("pages" :> (Capture "pageId" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for blogger.pages.delete method which the PagesDelete request conforms to.

Creating a Request

pagesDelete Source

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

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

Request Lenses

pddBlogId :: Lens' PagesDelete Text Source

The ID of the Blog.

pddPageId :: Lens' PagesDelete Text Source

The ID of the Page.