Xsolla-logo

Delete regionServer-sideAdmin

delete/v2/project/{project_id}/admin/region/{region_id}

Deletes particular region.

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

Region ID. Unique region identifier within the project.

Example: 42
Responses
204

Region was successfully deleted.

401

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

404

Region not found. Make sure the id is correct.

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