Remove a game from the Home layout
curl --request DELETE \ --url https://api.hyra.io/workspace/{workspaceId}/games/{gameId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object