Xsolla-logoXsolla Developers
or
To Publisher Account

Delete reward chainServer-sideAdmin

delete/v2/project/{project_id}/admin/reward_chain/id/{reward_chain_id}

Deletes particular reward chain.

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
reward_chain_id
required
integer

Reward chain ID.

Example: 101
Responses
204

Reward chain was successfully deleted.

401

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

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