删除组织
请求报文
{
action : "delete",
distinguishedName : "", //识别名,@P结尾.
unique : "", //唯一标识
}
说明:distinguishedName 、unique 用来查找组织,其中一项不为空即可
响应报文
{
"data": {
"value": {
"result" : "", //响应成功为 success, 失败为error
"description": "" //响应结果描述
}
}
}
Last updated
请求报文
{
action : "delete",
distinguishedName : "", //识别名,@P结尾.
unique : "", //唯一标识
}
说明:distinguishedName 、unique 用来查找组织,其中一项不为空即可
响应报文
{
"data": {
"value": {
"result" : "", //响应成功为 success, 失败为error
"description": "" //响应结果描述
}
}
}
Last updated