This method allows to delete items.此方法允许删除项目。

    Web items cannot be deleted via the Zabbix API.Web项无法通过Zabbix API进行删除。

    Returns an object containing the IDs of the deleted items under the property.返回包含“itemid”属性下的已删除项的ID的对象

    Deleting multiple items 删除多个items

    Delete two items.删除两个items

    Response:

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

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