cURL
curl --request DELETE \ --url https://api.scale.computeflow.cloud/lobbies/{id} \ --header 'Content-Type: application/json' \ --data ' { "playerId": "user123" } '
Lobby ID
Name of the lobby configuration this lobby belongs to
ID of the player performing the action (required for validation)
"user123"
The lobby has been successfully deleted