Skip to main content
DELETE
/
api
/
v3
/
lobbies
/
{config}
/
{id}
Delete a lobby by ID (admin)
curl --request DELETE \
  --url https://api.computeflow.cloud/api/v3/lobbies/{config}/{id} \
  --header 'api-key: <api-key>'
{
  "status": "lobby_deleted",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

api-key
string
header
required

Path Parameters

config
string
required

Lobby configuration name or ID.

id
string<uuid>
required

Lobby ID (UUID).

Response

Lobby was deleted.

status
enum<string>
required

Confirmation that the lobby was deleted.

Available options:
lobby_deleted
id
string<uuid>
required

The ID of the deleted lobby.