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

Contents

Description

Delete a post by ID.

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

Synopsis

REST Resource

type PostsDeleteResource = "blogger" :> ("v3" :> ("blogs" :> (Capture "blogId" Text :> ("posts" :> (Capture "postId" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))))) Source

A resource alias for blogger.posts.delete method which the PostsDelete request conforms to.

Creating a Request

postsDelete Source

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

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

Request Lenses

pdBlogId :: Lens' PostsDelete Text Source

The ID of the Blog.

pdPostId :: Lens' PostsDelete Text Source

The ID of the Post.