This method allows to delete maps.
Returns an object containing the IDs of the deleted maps under the property.
Delete multiple maps
Request:
- {
- "jsonrpc": "2.0",
- "result": {
- "12",
- "34"
- ]
- },
- }
CMap::delete() in frontends/php/include/classes/api/services/CMap.php.