Xsolla-logo

Delete SchemaServer-side

delete/project/{project_id}/attribute_schema

Deletes JSON Schema of user attributes from the Login project.

Notice
Rate limits for server-side methods are applied to this method.

SecurityAttributesServer
Request
path Parameters
project_id
required
string <uuid>

Login project ID from Publisher Account.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

429

Too Many Requests

Request samples
curl --request DELETE \
  --url https://login.xsolla.com/api/project/{project_id}/attribute_schema \
  --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
Response samples
application/json
{
  • "error_code": "string",
  • "error_description": "string"
}