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

************************************
delete_launch_configuration_template
************************************



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

  

  Deletes a single Launch Configuration Template by ID.

  

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


  **Request Syntax**
  ::

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

    ID of resource to be deleted.

    

  
  
  :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.ConflictException`

  