:doc:`CloudWatchNetworkMonitor <../../networkmonitor>` / Client / delete_probe

************
delete_probe
************



.. py:method:: CloudWatchNetworkMonitor.Client.delete_probe(**kwargs)

  

  Deletes the specified probe. Once a probe is deleted you'll no longer incur any billing fees for that probe.

   

  This action requires both the ``monitorName`` and ``probeId`` parameters. Run ``ListMonitors`` to get a list of monitor names. Run ``GetMonitor`` to get a list of probes and probe IDs. You can only delete a single probe at a time using this action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/networkmonitor-2023-08-01/DeleteProbe>`_  


  **Request Syntax**
  ::

    response = client.delete_probe(
        monitorName='string',
        probeId='string'
    )
    
  :type monitorName: string
  :param monitorName: **[REQUIRED]** 

    The name of the monitor to delete.

    

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

    The ID of the probe to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CloudWatchNetworkMonitor.Client.exceptions.AccessDeniedException`

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

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

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

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

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

  