games.matchmaker.deleteMatchmakerLobby


Description

Deletes a matchmaker lobby, stopping it immediately.


Code Examples

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
    boolean

    Whether or not the lobby was successfully stopped.