:doc:`Braket <../../braket>` / Client / delete_spending_limit

*********************
delete_spending_limit
*********************



.. py:method:: Braket.Client.delete_spending_limit(**kwargs)

  

  Deletes an existing spending limit. This operation permanently removes the spending limit and cannot be undone. After deletion, the associated device becomes unrestricted for spending.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/braket-2019-09-01/DeleteSpendingLimit>`_  


  **Request Syntax**
  ::

    response = client.delete_spending_limit(
        spendingLimitArn='string'
    )
    
  :type spendingLimitArn: string
  :param spendingLimitArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the spending limit to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Braket.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Braket.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`Braket.Client.exceptions.InternalServiceException`

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

  