类目删除
更新时间:2024-11-04
基本信息
Path: /open/v1/tableqa/category/delete
Method: POST
接口描述:
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
{
1 "_effect": 1,
2 "agentId": "ced000cf-bbac-4d31-800a-d783f3c5c16d",
3 "id": "82186f6b-7530-4380-911d-18e18fcaa8eb",
4 "categoryName": "类目1567_ce",
5 "description": null,
6 "version": 1,
7 "created": "2023-07-04 19:35:13",
8 "updated": "2023-07-04 19:35:13",
9 "lastEditUsername": "shandan552200",
10 "lastEditUserId": "115753635",
11 "createdUserId": "115753635",
12 "createdUsername": "shandan552200",
13 "userId": null,
14 "userName": null,
15 "hasActiveCopy": false,
16 "interrupted": true
17}
返回数据
Javascript
1{
2 "time": 1692261273765,
3 "data": null,
4 "code": 4002801,
5 "msg": "OK"
6}