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:
- {
- "jsonrpc": "2.0",
- "result": {
- "27665",
- "27668"
- ]
- },
- }
CDiscoveryRule::delete() in frontends/php/include/classes/api/services/CDiscoveryRule.php.