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
}