Delete Backfill Request
DELETE/session/v1/backfill/session/:session_id
Manually delete the backfill associated with this session
Request
Path Parameters
session_id Session Idrequired
Possible values: non-empty and <= 128 characters
Query Parameters
refresh_ttl Refresh Ttl
Default value: true
- application/json
Body
required
instance_id Instance Id (string)required
Possible values: non-empty and <= 128 characters
The instance ID for this backfill request
Responses
- 204
- 403
- 404
- 422
Successful Response
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"
}
Backfill resource could not be found on the session, or in the open-match system
- 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...