商品自由項目削除
DELETE /products/{product_id}/reserve_items/{no}
DELETE
/products/{product_id}/reserve_items/{no}
商品自由項目情報を削除します。
対象プラン
- スタンダード
- プレミアム
- プレミアムプラス
- フードビジネス
- リテールビジネス
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” product_id
required
string
商品ID
※ ユーザーアクセストークンを利用する場合、ユーザーの所属する店舗で販売している商品IDを指定してください。
no
required
string
商品自由項目番号
Responses
Section titled “ Responses ”削除成功
- URI指定された商品IDが存在しなかった場合
- URI指定の商品IDと商品自由項目番号の組み合わせが存在しなかった場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{ "type": "about:blank", "title": "NotFound", "detail": "指定されたIDのリソースが見つかりません", "status": 404}