Collections.Map.deleteMap()

Signature

Object deleteMap ( String mapId )

Domain

ACTION

Description

Deletes the instance of Map for the given mapId.
This function can not be used if the collection is created with createMap().

Parameters

NameTypeDescription
mapIdStringThe String ID of the map to delete

Returns

TypeDescription
void

Cautions

none