Xsolla-logo

Delete age restriction for countryClient-side

delete/projects/{project_id}/age_rating

Deletes age restriction for a selected country in a project.

SecurityServer
Request
path Parameters
project_id
required
string <uuid>

Login project ID from Publisher Account.

query Parameters
code
required
string^[a-zA-Z]{2}$

Country code in the ISO 3166-1 alpha-2 format.

Responses
200

OK

403

Access denied

422

Unprocessable entity

500

Internal server error

Request samples
curl --request DELETE \
  --url 'https://login.xsolla.com/api/projects/{project_id}/age_rating?code=SOME_STRING_VALUE' \
  --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'