Delete File Category Fields
File Category
Delete File Category Fields
Delete the specified file category fields, supports batch deletion of regular fields and table fields
POST
Delete File Category Fields
Body
application/json
Workspace ID
Example:
"1234567890"
File category ID
Example:
"1234567890"
List of field IDs to delete
Example:
["1234567890", 987654321]Table ID
- Not provided: Deletes regular fields (fields in result.fields)
- Provide table ID: Deletes table fields under the specified table (fields in result.tables[].fields)
Example:
"1234567890"

