gogol-youtube-reporting-0.0.1: Google YouTube Reporting 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.YouTubeReporting.Jobs.Delete

Contents

Description

Deletes a job.

See: YouTube Reporting API Reference for youtubereporting.jobs.delete.

Synopsis

REST Resource

type JobsDeleteResource = "v1" :> ("jobs" :> (Capture "jobId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "onBehalfOfContentOwner" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` Empty))))))))))) Source

A resource alias for youtubereporting.jobs.delete method which the JobsDelete request conforms to.

Creating a Request

jobsDelete Source

Arguments

:: Text

jdJobId

-> JobsDelete 

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

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

Request Lenses

jdXgafv :: Lens' JobsDelete (Maybe Text) Source

V1 error format.

jdJobId :: Lens' JobsDelete Text Source

The ID of the job to delete.

jdUploadProtocol :: Lens' JobsDelete (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

jdPp :: Lens' JobsDelete Bool Source

Pretty-print response.

jdAccessToken :: Lens' JobsDelete (Maybe Text) Source

OAuth access token.

jdUploadType :: Lens' JobsDelete (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").

jdOnBehalfOfContentOwner :: Lens' JobsDelete (Maybe Text) Source

The content owner's external ID on which behalf the user is acting on. If not set, the user is acting for himself (his own channel).

jdBearerToken :: Lens' JobsDelete (Maybe Text) Source

OAuth bearer token.