オプショングループ削除
DELETE /product_option_groups/{product_option_group_id}
DELETE
/product_option_groups/{product_option_group_id}
オプショングループを削除します。
対象プラン
- スタンダード
- プレミアム
- プレミアムプラス
- フードビジネス
- リテールビジネス
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” product_option_group_id
required
string
オプショングループID
Responses
Section titled “ Responses ”削除成功
- 指定されたオプショングループが使用中の場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{ "type": "about:blank", "title": "Bad Request", "detail": "指定されたオプショングループは使用中のため、削除できません。", "status": 400}
- 指定されたIDが存在しない場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{ "type": "about:blank", "title": "NotFound", "detail": "指定されたIDのリソースが見つかりません", "status": 404}