This method allows to delete correlations.该方法允许删除关联。

    Returns an object containing the IDs of the deleted correlations under the property.返回一个对象,该对象包含“相关性”属性下删除的关联的ID。

    Delete multiple correlations删除多个关联

    Request:

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

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