这个方法运行删除脚本。

    Returns an object containing the IDs of the deleted scripts under the property. 返回一个包含被删除脚本ID的对象。

    Delete multiple scripts删除多个脚本

    Request请求:

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

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