:doc:`CostExplorer <../../ce>` / Client / delete_anomaly_subscription

***************************
delete_anomaly_subscription
***************************



.. py:method:: CostExplorer.Client.delete_anomaly_subscription(**kwargs)

  

  Deletes a cost anomaly subscription.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/DeleteAnomalySubscription>`_  


  **Request Syntax**
  ::

    response = client.delete_anomaly_subscription(
        SubscriptionArn='string'
    )
    
  :type SubscriptionArn: string
  :param SubscriptionArn: **[REQUIRED]** 

    The unique identifier of the cost anomaly subscription that you want to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CostExplorer.Client.exceptions.LimitExceededException`

  
  *   :py:class:`CostExplorer.Client.exceptions.UnknownSubscriptionException`

  