メインコンテンツまでスキップ

DeleteFieldOptions

フィールドの選択オプションを削除する

Description

選択肢・ラジオ・チェックボックスフィールドのオプション項目を削除します。

Method

DELETE

Request URL Format

/api/v0/applications/:app-id/datastores/:datastore-id/fields/:field-id/options

URL Params

app-id          : アプリケーションID(Hexabase画面から入力したID)
datastore-id : データストアID(Hexabase画面から入力したID)
field-id : フィールドID(Hexabase画面から入力したID)

Request URL Sample

DELETE https://api.xxx.com/api/v0/applications/624bea3a879f4e8d8b5dcc6f/datastores/639912c0b1ea5632b8bc0545/fields/63991301fa9223af047f436f/options

Payload

{
"o_ids": [
"09359d99-65d5-49ee-a3b3-c9779cabff61" // 削除したいオプションIDを指定する
]
}

Response Sample

null