:doc:`GameLift <../../gamelift>` / Client / delete_game_session_queue

*************************
delete_game_session_queue
*************************



.. py:method:: GameLift.Client.delete_game_session_queue(**kwargs)

  

  **This API works with the following fleet types:** EC2, Anywhere, Container

   

  Deletes a game session queue. Once a queue is successfully deleted, unfulfilled `StartGameSessionPlacement <https://docs.aws.amazon.com/gamelift/latest/apireference/API_StartGameSessionPlacement.html>`__ requests that reference the queue will fail. To delete a queue, specify the queue name.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/DeleteGameSessionQueue>`_  


  **Request Syntax**
  ::

    response = client.delete_game_session_queue(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    A descriptive label that is associated with game session queue. Queue names must be unique within each Region. You can use either the queue ID or ARN value.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`GameLift.Client.exceptions.InternalServiceException`

  
  *   :py:class:`GameLift.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`GameLift.Client.exceptions.NotFoundException`

  
  *   :py:class:`GameLift.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`GameLift.Client.exceptions.TaggingFailedException`

  