cURL
curl --request DELETE \ --url https://backend.computeflow.cloud/lobbies/{id} \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "playerId": "user123" }'
API key for authentication
Optional client authentication token for player validation
Lobby ID
Name of the lobby configuration this lobby belongs to
The lobby has been successfully deleted