Available since version: 1.8
This function allows you to delete information about one or several events. All event-related information will be removed including sent alerts.
Array of Event IDs
Parameter | Description |
---|---|
result | Operation successful. Result will contain array of deleted Event IDs. |
error | In case of any errors |
Delete events by event ID
{ "jsonrpc":"2.0", "method":"event.delete", "params":["107824", "107825"], "auth":"3a57200802b24cda67c4e4010b50c065", "id":2 }
Events deleted successfully:
{ "jsonrpc":"2.0", "result":{ "eventids": ["107824", "107825"] }, "id":2 }