FlexDBで作成した各テーブルのデータを削除します。
削除データは DELETE form data として送信します。
エンドポイント(URL) | https://flex-crm.com/<site_id>/api/v1/flexdb/<table_id>/<record_id> |
---|---|
HTTPメソッド | DELETE |
リクエストヘッダ(APIキー) | 認証用のAPIキー |
https://flex-crm.com/flex/api/v1/flexdb/tbl_customer/100
X-FlexCRM-API-KEY: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
{
status: “success”,
}