Deletes all project RSA keys. After that all tokens are signed by HS256 algorithm.
project_id required | string <uuid> Login project ID from Publisher Account. |
OK
Bad Request
Not Found
Too Many Requests
curl --request DELETE \ --url https://login.xsolla.com/api/projects/{project_id}/keys \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}