指定したカスタムテーブルを削除します。
システム管理者以上
DELETE /baser/api/admin/bc-custom-content/custom_tables/{customTableId}.json
パラメーター名 | 型 | 必須 | 内容 |
---|---|---|---|
customTableId | 数値 | ● | カスタムテーブルID |
{
"message": "テーブル「ニュース」を削除しました。",
"customTable": {
"id": 6,
"type": "1",
"name": "news",
"title": "ニュース",
"display_field": "1",
"has_child": true,
"created": "2023-04-06T20:43:41+09:00",
"modified": "2023-04-06T20:43:41+09:00"
}
}