:doc:`mgn <../../mgn>` / Client / remove_template_action

**********************
remove_template_action
**********************



.. py:method:: mgn.Client.remove_template_action(**kwargs)

  

  Remove template post migration custom action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mgn-2020-02-26/RemoveTemplateAction>`_  


  **Request Syntax**
  ::

    response = client.remove_template_action(
        launchConfigurationTemplateID='string',
        actionID='string'
    )
    
  :type launchConfigurationTemplateID: string
  :param launchConfigurationTemplateID: **[REQUIRED]** 

    Launch configuration template ID of the post migration custom action to remove.

    

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

    Template post migration custom action ID to remove.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`mgn.Client.exceptions.UninitializedAccountException`

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

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

  