Xsolla-logo

Deactivate unique catalog offer promotion

put/v2/project/{project_id}/admin/unique_catalog_offer/{external_id}/deactivate

Deactivates a unique catalog offer promotion. The created unique catalog offer promotion is disabled by default. It cannot be redeemed until you activate it. Use this endpoint to disable and deactivate a coupon promotion.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
external_id
required
integer

Promotion external ID. Unique promotion identifier within the project.

Example: coupon_44056_1
Responses
204

Unique catalog offer was successfully deactivated.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

404

Coupon not found. Make sure the external_id is correct.

422

Error occurred while receiving the promotion from the promotion service.

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