:doc:`Redshift <../../redshift>` / Client / delete_usage_limit

******************
delete_usage_limit
******************



.. py:method:: Redshift.Client.delete_usage_limit(**kwargs)

  

  Deletes a usage limit from a cluster.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteUsageLimit>`_  


  **Request Syntax**
  ::

    response = client.delete_usage_limit(
        UsageLimitId='string'
    )
    
  :type UsageLimitId: string
  :param UsageLimitId: **[REQUIRED]** 

    The identifier of the usage limit to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Redshift.Client.exceptions.UsageLimitNotFoundFault`

  
  *   :py:class:`Redshift.Client.exceptions.UnsupportedOperationFault`

  