This method allows to delete LLD rules. 此方法允许删除LLD规则。

    (object) Returns an object containing the IDs of the deleted LLD rules under the itemids property. 在itemids下返回一个包含被删除的LLD规则的IDs。

    Deleting multiple LLD rules 删除多个LLD规则

    Request:

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

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