object correlation.delete(array correlationids)
This method allows to delete correlations.
(array)
IDs of the correlations to delete.
(object)
Returns an object containing the IDs of the deleted correlations under the correlationids
property.
Delete two correlations.
Request:
{
"jsonrpc": "2.0",
"method": "correlation.delete",
"params": [
"1",
"2"
],
"auth": "343baad4f88b4106b9b5961e77437688",
"id": 1
}
Response:
CCorrelation::delete() in frontends/php/include/classes/api/services/CCorrelation.php.