:doc:`CloudWatch <../../cloudwatch>` / Client / delete_metric_stream

********************
delete_metric_stream
********************



.. py:method:: CloudWatch.Client.delete_metric_stream(**kwargs)

  

  Permanently deletes the metric stream that you specify.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/DeleteMetricStream>`_  


  **Request Syntax**
  ::

    response = client.delete_metric_stream(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the metric stream to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CloudWatch.Client.exceptions.InternalServiceFault`

  
  *   :py:class:`CloudWatch.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`CloudWatch.Client.exceptions.MissingRequiredParameterException`

  