Skip to main content
POST
/
api
/
tables
/
{tableId}
/
leave
Leave table
curl --request POST \
  --url https://hedgeem-server.qeetoto.com/api/tables/{tableId}/leave \
  --header 'Authorization: Bearer <token>'
{
  "acknowledgement": "ACK",
  "creditsReturned": 475,
  "newAccountBalance": 1475
}

Documentation Index

Fetch the complete documentation index at: https://hedgeem-api.qeetoto.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Supabase Auth JWT. Obtain via Supabase Auth sign-in.

Path Parameters

tableId
integer
required

Unique numeric table identifier

Required range: x >= 1
Example:

1

Response

Seat balance credited back to wallet

acknowledgement
enum<string>
Available options:
ACK,
NACK
creditsReturned
number

Amount credited back from seat to wallet (£). Zero if seat was already empty.

Example:

475

newAccountBalance
number

Player's wallet balance after crediting seat funds.

Example:

1475