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

    Returns an object containing the IDs of the deleted LLD rules under the property.返回一个包含“itemid”属性下删除的LLD规则的ID的对象。

    Deleting multiple LLD rules

    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.