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

Contents

Description

Delete a map.

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

Synopsis

REST Resource

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

A resource alias for mapsengine.maps.delete method which the MapsDelete request conforms to.

Creating a Request

mapsDelete Source

Arguments

:: Text

mdId

-> MapsDelete 

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

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

Request Lenses

mdId :: Lens' MapsDelete Text Source

The ID of the map. Only the map creator or project owner are permitted to delete. If the map is published the request will fail. Unpublish the map prior to deleting.