gogol-youtube-0.0.1: Google YouTube Data 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.YouTube.Comments.Delete

Contents

Description

Deletes a comment.

See: YouTube Data API Reference for youtube.comments.delete.

Synopsis

REST Resource

type CommentsDeleteResource = "youtube" :> ("v3" :> ("comments" :> (QueryParam "id" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))) Source

A resource alias for youtube.comments.delete method which the CommentsDelete request conforms to.

Creating a Request

commentsDelete Source

Arguments

:: Text

cdId

-> CommentsDelete 

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

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

Request Lenses

cdId :: Lens' CommentsDelete Text Source

The id parameter specifies the comment ID for the resource that is being deleted.