This method allows to delete proxies. 此方法允许删除代理

    (object) Returns an object containing the IDs of the deleted proxies under the proxyids property. 返回在proxyids属性下包含已删除代理的id的对象。

    Delete multiple proxies 删除多个代理

    Request:

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

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