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