This method allows to delete scripts. 此方法允许去删除脚本

    (object) Returns an object containing the IDs of the deleted scripts under the scriptids property. 返回一个对象包含在scriptids属性之下删除的脚本

    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.