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

Contents

Description

Delete a raster.

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

Synopsis

REST Resource

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

A resource alias for mapsengine.rasters.delete method which the RastersDelete request conforms to.

Creating a Request

rastersDelete Source

Arguments

:: Text

rdId

-> RastersDelete 

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

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

Request Lenses

rdId :: Lens' RastersDelete Text Source

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