/
/DaSCR-Board API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
Debug3
Game9
  • getGet all games running
  • getGet a specific game by id
  • postCreate a new game with id
  • deleteDelete a game by id
  • getGet a specific game by id (stripped output for less data size, missing UndoLog and ThrowRounds)
  • postSend a throw to the game with id
  • postSwitch to next player in game with id
  • postUndo last action in game with id
  • postStart game with id from the beginning
Player6
    Game

    Delete a game by id

    delete/game/{id}

    Path parameters

    idstring required

    Unique Game ID

    Response

    successful operation

    Changes

    No recorded changes to this endpoint across all 5 revisions of this API.