Xsolla-logoXsolla Developers
または
パブリッシャーアカウントへ

アイテムプロモーションを削除Server-sideAdmin

delete/v2/project/{project_id}/admin/promotion/{promotion_id}/item

Deletes discount promotion. The deleted promotion:

  • Disappears from the list of promotions set up in your project.
  • Is no longer applied to the item catalog and the cart. User can’t buy items with this promotion.

After deletion, the promotion can’t be restored.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

プロジェクトID。このパラメータは、ドメインページのプロジェクト名の横にあります。

Example: 44056
promotion_id
required
integer

プロモーションID。プロジェクト内での一意のプロモーション識別子。

Example: 111425
Responses
204

プロモーションは正常に削除されました。

401

基本認証が不合格または不正です。基本認証または正しい認証情報を使用したことを確認してください。

404

プロモーションが見つかりません。promotion_idが正しいことを確認してください。

Request samples
curl -i -X DELETE \
  -u <merchant_id_or_project_id>:<api_key> \
  'https://store.xsolla.com/api/v2/project/{project_id}/admin/promotion/{promotion_id}/item'
Response samples
application/json
{
  • "errorCode": 1020,
  • "errorMessage": "[0401-1020]: Error in Authentication method occurred",
  • "statusCode": 401
}