object correlation.delete(array correlationids)
此方法允许delete关联关系.
此方法仅适用于超级管理员用户类型. 调用该方法的权限可在用户角色设置中撤销. 详见 User roles 获取更多信息.
(array)
要delete的关联ID。
(object)
返回一个包含被删除关联ID的object,这些ID位于correlationids
属性下。
删除两条关联关系。
执行请求:
响应:
CCorrelation::delete() 位于 ui/include/classes/api/services/CCorrelation.php 文件中.