:doc:`CloudWatchInternetMonitor <../../internetmonitor>` / Client / delete_monitor

**************
delete_monitor
**************



.. py:method:: CloudWatchInternetMonitor.Client.delete_monitor(**kwargs)

  

  Deletes a monitor in Amazon CloudWatch Internet Monitor.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/DeleteMonitor>`_  


  **Request Syntax**
  ::

    response = client.delete_monitor(
        MonitorName='string'
    )
    
  :type MonitorName: string
  :param MonitorName: **[REQUIRED]** 

    The name of the monitor to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CloudWatchInternetMonitor.Client.exceptions.InternalServerException`

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

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

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

  