GameLift / Client / delete_location
delete_location#
- GameLift.Client.delete_location(**kwargs)#
 Deletes a custom location.
Before deleting a custom location, review any fleets currently using the custom location and deregister the location if it is in use. For more information see, DeregisterCompute.
See also: AWS API Documentation
Request Syntax
response = client.delete_location( LocationName='string' )
- Parameters:
 LocationName (string) –
[REQUIRED]
The location name of the custom location to be deleted.
- Return type:
 dict
- Returns:
 Response Syntax
{}Response Structure
(dict) –
Exceptions
GameLift.Client.exceptions.UnauthorizedExceptionGameLift.Client.exceptions.InvalidRequestExceptionGameLift.Client.exceptions.NotFoundExceptionGameLift.Client.exceptions.InternalServiceException