Skip to main content
POST
Delete File Category Fields

Authorizations

x-ti-app-id
string
header
required
x-ti-secret-code
string
header
required

Body

application/json
workspace_id
string
required

Workspace ID

Example:

"1234567890"

category_id
string
required

File category ID

Example:

"1234567890"

field_ids
string[]
required

List of field IDs to delete

Example:
table_id
string

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"

Response

200 - application/json

Successfully deleted file category fields

code
integer
required

Status code

Example:

200

msg
string
required

Status description