:doc:`ForecastService <../../forecast>` / Client / delete_monitor

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



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

  

  Deletes a monitor resource. You can only delete a monitor resource with a status of ``ACTIVE``, ``ACTIVE_STOPPED``, ``CREATE_FAILED``, or ``CREATE_STOPPED``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DeleteMonitor>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the monitor resource to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ForecastService.Client.exceptions.InvalidInputException`

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

  
  *   :py:class:`ForecastService.Client.exceptions.ResourceInUseException`

  