:doc:`DeadlineCloud <../../deadline>` / Client / delete_queue_limit_association

******************************
delete_queue_limit_association
******************************



.. py:method:: DeadlineCloud.Client.delete_queue_limit_association(**kwargs)

  

  Removes the association between a queue and a limit. You must use the ``UpdateQueueLimitAssociation`` operation to set the status to ``STOP_LIMIT_USAGE_AND_COMPLETE_TASKS`` or ``STOP_LIMIT_USAGE_AND_CANCEL_TASKS``. The status does not change immediately. Use the ``GetQueueLimitAssociation`` operation to see if the status changed to ``STOPPED`` before deleting the association.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/DeleteQueueLimitAssociation>`_  


  **Request Syntax**
  ::

    response = client.delete_queue_limit_association(
        farmId='string',
        queueId='string',
        limitId='string'
    )
    
  :type farmId: string
  :param farmId: **[REQUIRED]** 

    The unique identifier of the farm that contains the queue and limit to disassociate.

    

  
  :type queueId: string
  :param queueId: **[REQUIRED]** 

    The unique identifier of the queue to disassociate.

    

  
  :type limitId: string
  :param limitId: **[REQUIRED]** 

    The unique identifier of the limit to disassociate.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DeadlineCloud.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ThrottlingException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ConflictException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ValidationException`

  