This method allows to delete correlations.该方法允许删除关联。
Returns an object containing the IDs of the deleted correlations under the property.返回一个对象,该对象包含“相关性”属性下删除的关联的ID。
Delete multiple correlations删除多个关联
Request:
- {
- "jsonrpc": "2.0",
- "result": {
- "1",
- "2"
- ]
- },
- }
CCorrelation::delete() in frontends/php/include/classes/api/services/CCorrelation.php.