:doc:`MediaLive <../../medialive>` / Client / delete_cloud_watch_alarm_template

*********************************
delete_cloud_watch_alarm_template
*********************************



.. py:method:: MediaLive.Client.delete_cloud_watch_alarm_template(**kwargs)

  Deletes a cloudwatch alarm template.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteCloudWatchAlarmTemplate>`_  


  **Request Syntax**
  ::

    response = client.delete_cloud_watch_alarm_template(
        Identifier='string'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** A cloudwatch alarm template's identifier. Can be either be its id or current name.

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`MediaLive.Client.exceptions.BadRequestException`

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

  
  *   :py:class:`MediaLive.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaLive.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaLive.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`MediaLive.Client.exceptions.ConflictException`

  