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 parameter
lobby_id
required path parameter
Response Body
did_remove
required boolean
Whether or not the lobby was successfully stopped.