应用数据删除
DELETE
/openApi/v2/dataflow/record/{appId}
前端接口/应用接口
接口说明#
请求参数
Path 参数
appId
string
必需
Cookie 参数
access_token
string
可选
示例值:
b23f226d-706a-4feb-9ce7-c9f58addaf13
Body 参数application/json
entId
string
企业ID
示例值:
preCeShiQiYe
userId
string
用户ID
示例值:
admin_pretest
tableId
string
删除操作表ID
示例值:
eolinkdfzhubiao
recordIds
string
必需
删除对象表记录ID删除记录ID集合(List JSON字符串)
示例值:
[14,15]
deleteFlag
string
必需
示例值:
false
示例
{
"entId": "preCeShiQiYe",
"userId": "admin_pretest",
"tableId": "eolinkdfzhubiao",
"recordIds": "[14,15]",
"deleteFlag": "false"
}
返回响应
🟢200成功
application/json
Body
status
integer
必需
code
integer
必需
result
integer
必需
msg
string
必需
示例
{
"status": 200,
"code": 1000000,
"result": 1,
"msg": "成功"
}
修改于 2023-04-25 09:05:48