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.ValidationExceptionGameSparks.Client.exceptions.AccessDeniedExceptionGameSparks.Client.exceptions.ThrottlingExceptionGameSparks.Client.exceptions.ConflictExceptionGameSparks.Client.exceptions.InternalServerException