delete_matchmaking_configuration

GameLift.Client.delete_matchmaking_configuration(**kwargs)

Permanently removes a FlexMatch matchmaking configuration. To delete, specify the configuration name. A matchmaking configuration cannot be deleted if it is being used in any active matchmaking tickets.

See also: AWS API Documentation

Request Syntax

response = client.delete_matchmaking_configuration(
    Name='string'
)
Parameters
Name (string) --

[REQUIRED]

A unique identifier for the matchmaking configuration. You can use either the configuration name or ARN value.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • GameLift.Client.exceptions.InvalidRequestException
  • GameLift.Client.exceptions.NotFoundException
  • GameLift.Client.exceptions.InternalServiceException
  • GameLift.Client.exceptions.UnsupportedRegionException
  • GameLift.Client.exceptions.TaggingFailedException