:doc:`CloudWatchRUM <../../rum>` / Client / delete_rum_metrics_destination

******************************
delete_rum_metrics_destination
******************************



.. py:method:: CloudWatchRUM.Client.delete_rum_metrics_destination(**kwargs)

  

  Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/rum-2018-05-10/DeleteRumMetricsDestination>`_  


  **Request Syntax**
  ::

    response = client.delete_rum_metrics_destination(
        AppMonitorName='string',
        Destination='CloudWatch'|'Evidently',
        DestinationArn='string'
    )
    
  :type AppMonitorName: string
  :param AppMonitorName: **[REQUIRED]** 

    The name of the app monitor that is sending metrics to the destination that you want to delete.

    

  
  :type Destination: string
  :param Destination: **[REQUIRED]** 

    The type of destination to delete. Valid values are ``CloudWatch`` and ``Evidently``.

    

  
  :type DestinationArn: string
  :param DestinationArn: 

    This parameter is required if ``Destination`` is ``Evidently``. If ``Destination`` is ``CloudWatch``, do not use this parameter. This parameter specifies the ARN of the Evidently experiment that corresponds to the destination to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CloudWatchRUM.Client.exceptions.ConflictException`

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

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

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

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

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

  