View Source Code

Lobbies

Destroy Lobby

Destroys an existing lobby.

Request

  • lobbyId
    string
  • reason
    optional string

Response

Script does not return any data.

Usage

1. Install the module

2. Use this script

const data = await ctx.modules.lobbies.destroy({
  // Request body
});