Deletes age restriction for a selected country in a project.
project_id required | string <uuid> Login project ID from Publisher Account. |
code required | string^[a-zA-Z]{2}$ Country code in the ISO 3166-1 alpha-2 format. |
OK
Access denied
Unprocessable entity
Internal server error
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'