应用从表数据删除
DELETE
/openApi/delete/dataocean/v2/dataflow/slave/{appId}/{tableId}
后端接口/数据流
请求参数
Path 参数
appId
string
必需
tableId
string
必需
Body 参数application/json
删除从表记录ID删除记录ID集合(List<Integer> JSON字符串)
slaveRecordIds
string
必需
deleteFlag
boolean
可选
agentId
string
代理 用户id
extendInfo
object
扩展信息
示例
{
"slaveRecordIds": "[1]",
"deleteFlag": "",
"agentId": "",
"extendInfo": {}
}
返回响应
🟢200成功
application/json
Body
msg
string
必需
result
integer
必需
code
integer
必需
success
boolean
必需
guid
string
必需
uuid
string
必需
status
integer
必需
示例
{
"msg": "成功",
"result": 1,
"code": 8010001,
"originResp": "{\"result\":1,\"msg\":\"成功\",\"code\":1000000,\"status\":200}",
"success": true,
"guid": "ccad202258729cb8",
"uuid": "ccad202258729cb8",
"status": 200
}
修改于 2023-05-11 09:07:33