# アイテムの先行予約制限の数量を削除 アイテムの先行予約制限の数量を削除します。 Pre-Order limit APIは、アイテムを数量限定で販売するためのAPIです。先行予約の設定は、該当するアイテムモジュールの管理セクションから行います: * ゲームキー * 仮想アイテム & 仮想通貨 * バンドル このエンドポイントの別名: * /v2/project/{project_id}/admin/items/pre_order/limit/item/id/{item_id} Endpoint: DELETE /v2/project/{project_id}/admin/items/pre_order/limit/item/sku/{item_sku} Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) プロジェクトID。このパラメータは、パブリッシャーアカウントのプロジェクト名の横にあります。 Example: 44056 - `item_sku` (string, required) アイテムSKU。 Example: "booster_mega_1" ## Request fields (application/json): - `quantity` (integer, required) 削除する数量。 ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 204 fields ## Response 404 fields