End Instance
DELETE/session/v1/session/:session_id/instance
Unregister the instance from the session.
Required Permissions:
- For any player (including themselves) any of:
session:*,session:update:any,session:update:self
Required Session Permissions: SessionPermissions.session_host if user does not have the session:update:any auth permission
Request
Path Parameters
session_id Session Idrequired
Possible values: non-empty and <= 128 characters
Responses
- 204
- 403
- 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
auth_success Auth Success (boolean)
Default value: true
error_code Error Code (string)required
desc Desc (string)required
{
"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
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...