Skip to content

Leave 🚀🔗

Leaves a game.

Currently shuts the game down if the host leaves.

Request model🔗

{ "op": "Leave", "d": {} }

Success response🔗

{
    "response": {
        "d": {},
        "op": "Leave"
    },
    "status": true
}

Errors🔗

Errors that may occur while creating a game.

  1. NotIdentified
  2. NotInGame
Back to top