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

Contents

Description

Deletes a playlist item.

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

Synopsis

REST Resource

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

A resource alias for youtube.playlistItems.delete method which the PlayListItemsDelete request conforms to.

Creating a Request

playListItemsDelete Source

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

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

Request Lenses

plidId :: Lens' PlayListItemsDelete Text Source

The id parameter specifies the YouTube playlist item ID for the playlist item that is being deleted. In a playlistItem resource, the id property specifies the playlist item's ID.