cURL
curl --request POST \ --url https://docflow.textin.com/api/app-api/sip/platform/v2/category/fields/delete \ --header 'Content-Type: application/json' \ --header 'x-ti-app-id: <api-key>' \ --header 'x-ti-secret-code: <api-key>' \ --data ' { "workspace_id": "1234567890", "category_id": "1234567890", "field_ids": [ "1234567890", 987654321 ], "table_id": "1234567890" } '
{ "code": 200, "msg": "<string>" }
Delete the specified file category fields, supporting batch deletion of both regular fields and table fields
Workspace ID
"1234567890"
File category ID
List of field IDs to delete
["1234567890", 987654321]
Table ID
Successfully deleted file category fields
Status code
200
Status description