delete_build(**kwargs)¶Deletes a build. This operation permanently deletes the build resource and any uploaded build files. Deleting a build does not affect the status of any active fleets using the build, but you can no longer create new fleets with the deleted build.
To delete a build, specify the build ID.
See also: AWS API Documentation
Request Syntax
response = client.delete_build(
BuildId='string'
)
[REQUIRED]
A unique identifier for the build to delete. You can use either the build ID or ARN value.
Exceptions
GameLift.Client.exceptions.UnauthorizedExceptionGameLift.Client.exceptions.NotFoundExceptionGameLift.Client.exceptions.InternalServiceExceptionGameLift.Client.exceptions.TaggingFailedExceptionGameLift.Client.exceptions.InvalidRequestException