Xsolla-logoXsolla Developers
또는
관리자 페이지로

프로모션 코드 프로모션 삭제Server-sideAdmin

delete/v2/project/{project_id}/admin/promocode/{external_id}

Deletes promo code 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 get bonus items or purchase items using this promotion.

After deletion, the promotion can’t be restored. Promo codes from the deleted promotion can be added to existing promotions.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

프로젝트 ID입니다. 이 매개 변수는 관리자 페이지의 프로젝트 이름 옆에서 확인할 수 있습니다.

Example: 44056
external_id
required
integer

프로모션 외부 ID입니다. 프로젝트 내부의 고유 프로모션 식별자입니다.

Example: coupon_44056_1
Responses
204

프로모션 코드 프로모션을 성공적으로 삭제했습니다.

401

기본 인증이 전달되지 않았거나 잘못되었습니다. 기본 인증 또는 올바른 자격 증명을 사용했는지 확인해야 합니다.

404

프로모션 코드를 찾을 수 없습니다. external_id이 올바른지 확인해 주십시오.

Request samples
Response samples
application/json
{
  • "errorCode": 1020,
  • "errorMessage": "[0401-1020]: Error in Authentication method occurred",
  • "statusCode": 401
}