object map.delete(array mapIds)
This method allows to delete maps.
This method is available to users of any type. Permissions to call the method can be revoked in user role settings. See User roles for more information.
(array)
IDs of the maps to delete.
(object)
Returns an object containing the IDs of the deleted maps under the sysmapids
property.
Delete two maps.
Response:
CMap::delete() in ui/include/classes/api/services/CMap.php.