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

***************************************
delete_event_bridge_rule_template_group
***************************************



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

  Deletes an eventbridge rule template group. You must detach this group from all signal maps and ensure its existing templates are moved to another group or deleted.

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


  **Request Syntax**
  ::

    response = client.delete_event_bridge_rule_template_group(
        Identifier='string'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** An eventbridge rule template group'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`

  