:doc:`SavingsPlans <../../savingsplans>` / Client / delete_queued_savings_plan

**************************
delete_queued_savings_plan
**************************



.. py:method:: SavingsPlans.Client.delete_queued_savings_plan(**kwargs)

  

  Deletes the queued purchase for the specified Savings Plan.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/savingsplans-2019-06-28/DeleteQueuedSavingsPlan>`_  


  **Request Syntax**
  ::

    response = client.delete_queued_savings_plan(
        savingsPlanId='string'
    )
    
  :type savingsPlanId: string
  :param savingsPlanId: **[REQUIRED]** 

    The ID of the Savings Plan.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SavingsPlans.Client.exceptions.ValidationException`

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

  
  *   :py:class:`SavingsPlans.Client.exceptions.InternalServerException`

  
  *   :py:class:`SavingsPlans.Client.exceptions.ServiceQuotaExceededException`

  