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

Contents

Description

Deletes a call set.

See: API Reference for genomics.callsets.delete.

Synopsis

REST Resource

type CallSetsDeleteResource = "v1" :> ("callsets" :> (Capture "callSetId" 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.callsets.delete method which the CallSetsDelete request conforms to.

Creating a Request

callSetsDelete Source

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

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

Request Lenses

csdUploadProtocol :: Lens' CallSetsDelete (Maybe Text) Source

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

csdPp :: Lens' CallSetsDelete Bool Source

Pretty-print response.

csdUploadType :: Lens' CallSetsDelete (Maybe Text) Source

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

csdCallSetId :: Lens' CallSetsDelete Text Source

The ID of the call set to be deleted.