BananaClip Whitepaper
X.comDiscordTokenomicsWebsite
BananaClip API Documentation
BananaClip API Documentation
  • Introduction
  • Authentication
  • Game Session Module Documentation
    • Controller
    • Endpoints
      • Create Game Session
      • Join Game Session
      • Start Game Session
      • Leave Game Session
      • Get Game Session By Room ID
      • Get User's Game Sessions
      • Get Game Sessions By Game ID
      • Game Result Webhook Handler
  • Game Iframe File Example
Powered by GitBook
On this page
  1. Game Session Module Documentation
  2. Endpoints

Leave Game Session

POST /start

To leave the game session , the leaved user will be refunded .

Payload :

{
    "roomId": "e6e92345-ae24-4d44-acd2-b2145d21c2aj"
}

PreviousStart Game SessionNextGet Game Session By Room ID

Last updated 3 months ago