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
}