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