games.matchmaker.deleteMatchmakerLobby
Description
Deletes a matchmaker lobby, stopping it immediately.
Code Examples
Request
DELETE
https://api.rivet.gg/cloud/games/{game_id}/matchmaker/lobbies/{lobby_id}curl -X DELETE 'https://api.rivet.gg/cloud/games/{game_id}/matchmaker/lobbies/{lobby_id}'
Request Parameters
game_id
required path parameterlobby_id
required path parameterResponse Body
did_remove
required booleanWhether or not the lobby was successfully stopped.