gogol-genomics-0.0.1: Google Genomics 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.Genomics.DataSets.Delete

Contents

Description

Deletes a dataset.

See: API Reference for genomics.datasets.delete.

Synopsis

REST Resource

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

A resource alias for genomics.datasets.delete method which the DataSetsDelete request conforms to.

Creating a Request

dataSetsDelete Source

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

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

Request Lenses

dsdUploadProtocol :: Lens' DataSetsDelete (Maybe Text) Source

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

dsdPp :: Lens' DataSetsDelete Bool Source

Pretty-print response.

dsdUploadType :: Lens' DataSetsDelete (Maybe Text) Source

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

dsdDataSetId :: Lens' DataSetsDelete Text Source

The ID of the dataset to be deleted.