API
cloud.games.matchmaker.deleteMatchmakerLobby
API
cloud.games.matchmaker.deleteMatchmakerLobby
Deletes a matchmaker lobby, stopping it immediately.
DELETE https://cloud.api.rivet.gg/v1/games/{game_id}/matchmaker/lobbies/{lobby_id}
curl -X DELETE 'https://cloud.api.rivet.gg/v1/games/{game_id}/matchmaker/lobbies/{lobby_id}'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
game_idrequired
string
lobby_idrequired
string
Response
did_remove
boolean
Whether or not the lobby was successfully stopped.
curl -X DELETE 'https://cloud.api.rivet.gg/v1/games/{game_id}/matchmaker/lobbies/{lobby_id}'