GameSparks / Client / delete_game

delete_game#

GameSparks.Client.delete_game(**kwargs)#

Deletes a game.

See also: AWS API Documentation

Request Syntax

response = client.delete_game(
    GameName='string'
)
Parameters:

GameName (string) –

[REQUIRED]

The name of the game to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • GameSparks.Client.exceptions.ValidationException

  • GameSparks.Client.exceptions.AccessDeniedException

  • GameSparks.Client.exceptions.ThrottlingException

  • GameSparks.Client.exceptions.ConflictException

  • GameSparks.Client.exceptions.InternalServerException