Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_matchmaking_configuration

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