This method allows to delete maps.

    Returns an object containing the IDs of the deleted maps under the property.

    Delete multiple maps

    Request:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. "12",
    5. "34"
    6. ]
    7. },
    8. }

    CMap::delete() in frontends/php/include/classes/api/services/CMap.php.