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

************
delete_limit
************



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

  

  Removes a limit from the specified farm. Before you delete a limit you must use the ``DeleteQueueLimitAssociation`` operation to remove the association with any queues.

  

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


  **Request Syntax**
  ::

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

    The unique identifier of the farm that contains the limit to delete.

    

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

    The unique identifier of the limit to delete.

    

  
  
  :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.ThrottlingException`

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

  