Leave Session By Platform Session Self
DELETE/session/v1/platform/:platform/platform-session/:platform_session_id_base64/player/me
Leave a platform session by platform ID and parent platform session id
Required Permissions:
-
For any player (including themselves) any of:
session:*,session:update-player:any -
For the player themselves :
session:update-player:self
Required Session Permissions: None
Request
Path Parameters
Possible values: non-empty and <= 4096 characters
Possible values: [Anon, Basic, XboxLive, PSN, NintendoNAID, NintendoSwitch, NintendoPPID, Google, GooglePlay, Apple, Epic, Steam, Amazon, Twitch, RallyHere, LegacyName]
Responses
- 204
- 403
- 404
- 422
- 503
Successful Response
User is not authenticated, or does not have sufficient role access to perform request
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Platform Session or Platform Player doesn't exist. See error code for more info
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Service was unable to fulfill the request at this time and should be retried after the Retry-After wait time
Response Headers
Retry-After
integer
Number of seconds after which to retry the request
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}