gogol-maps-engine-0.0.1: Google Maps Engine 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.MapsEngine.RasterCollections.Delete

Contents

Description

Delete a raster collection.

See: Google Maps Engine API Reference for mapsengine.rasterCollections.delete.

Synopsis

REST Resource

type RasterCollectionsDeleteResource = "mapsengine" :> ("v1" :> ("rasterCollections" :> (Capture "id" Text :> (QueryParam "alt" AltJSON :> Delete `[JSON]` ())))) Source

A resource alias for mapsengine.rasterCollections.delete method which the RasterCollectionsDelete request conforms to.

Creating a Request

rasterCollectionsDelete Source

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

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

Request Lenses

rcdId :: Lens' RasterCollectionsDelete Text Source

The ID of the raster collection. Only the raster collection creator or project owner are permitted to delete. If the rastor collection is included in a layer, the request will fail. Remove the raster collection from all layers prior to deleting.