Kick Player From Session By Uuid V2
DELETE/session/v1/session/:session_id/player/:player_uuid
Kick or Remove a player from a session, or cancel an invite for a player to the session
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 for users operating on themselves.
Required Session Permissions: kick for users that do not have the above permissions, and are not a session admin
Request
Path Parameters
Possible values: non-empty and <= 128 characters
Query Parameters
Default value: true
Responses
- 204
- 403
- 404
- 422
Successful Response
Response Headers
ETag
string
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Session doesn't exist or Player is not a member of the session. 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"
}
]
}