Remove Player From Risk
DELETE/api/risk/v1/player/:playerId
Manually remove a player from risk. If the operators decides to manually add and remove, this endpoint allows remove a player from risk.
Request
Responses
- 204
- 400
- 401
- 404
- default
No Content
Bad Request
Unauthorized
Not Found risk found for the given player
An unexpected error response.