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.Tables.Features.BatchDelete

Contents

Description

Delete all features matching the given IDs.

See: Google Maps Engine API Reference for mapsengine.tables.features.batchDelete.

Synopsis

REST Resource

type TablesFeaturesBatchDeleteResource = "mapsengine" :> ("v1" :> ("tables" :> (Capture "id" Text :> ("features" :> ("batchDelete" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` FeaturesBatchDeleteRequest :> Post `[JSON]` ()))))))) Source

A resource alias for mapsengine.tables.features.batchDelete method which the TablesFeaturesBatchDelete request conforms to.

Creating a Request

tablesFeaturesBatchDelete Source

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

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

Request Lenses

tfbdId :: Lens' TablesFeaturesBatchDelete Text Source

The ID of the table that contains the features to be deleted.