メインコンテンツへスキップ
POST
/
api
/
app-api
/
sip
/
platform
/
v2
/
category
/
fields
/
delete
ファイルカテゴリのフィールドを削除
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>"
}

承認

x-ti-app-id
string
header
必須
x-ti-secret-code
string
header
必須

ボディ

application/json
workspace_id
string
必須

ワークスペース ID

:

"1234567890"

category_id
string
必須

ファイルカテゴリ ID

:

"1234567890"

field_ids
string[]
必須

削除するフィールド ID のリスト

:
["1234567890", 987654321]
table_id
string

テーブル ID

  • 未指定の場合: 通常フィールド(result.fields 内のフィールド)を削除します
  • テーブル ID を指定した場合: 指定したテーブル配下のテーブルフィールド(result.tables[].fields 内のフィールド)を削除します
:

"1234567890"

レスポンス

200 - application/json

ファイルカテゴリフィールドの削除に成功

code
integer
必須

ステータスコード

:

200

msg
string
必須

ステータス説明