Clear All Deserter
POST/session/v1/deserter:clear
Clear deserter status for all deserter ids
Responses
- 204
- 403
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"
}
Loading...