Xsolla-logo
  • 문서화
  • 계정 생성

스키마 삭제Server-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>

게시자 계정의 로그인 프로젝트 ID입니다.

Responses
204

콘텐츠가 없음

400

잘못된 요청

401

인증되지 않음

403

금지됨

429

요청이 너무 많음

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"
}