:doc:`DeadlineCloud <../../deadline>` / Client / delete_monitor

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



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

  

  Removes a Deadline Cloud monitor. After you delete a monitor, you can create a new one and attach farms to the monitor.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/DeleteMonitor>`_  


  **Request Syntax**
  ::

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

    The unique identifier of the monitor to delete. This ID is returned by the ``CreateMonitor`` operation, and is included in the response to the ``GetMonitor`` operation.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

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

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

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

  