This method allows to delete items.

    Web items cannot be deleted via the Zabbix API.

    (array) IDs of the items to delete.

    (object) Returns an object containing the IDs of the deleted items under the itemids property.

    Deleting multiple items

    Request:

    Response:

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