DELETE
/
lobbies
/
{id}
Delete a lobby (host or admin only), scoped to a lobby configuration
curl --request DELETE \
  --url https://api.scale.computeflow.cloud/lobbies/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "playerId": "user123"
}'

Path Parameters

id
string
required

Lobby ID

Query Parameters

name
string
required

Name of the lobby configuration this lobby belongs to

Body

application/json

Response

The lobby has been successfully deleted