:doc:`drs <../../drs>` / Client / delete_launch_action

********************
delete_launch_action
********************



.. py:method:: drs.Client.delete_launch_action(**kwargs)

  

  Deletes a resource launch action.

  

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


  **Request Syntax**
  ::

    response = client.delete_launch_action(
        actionId='string',
        resourceId='string'
    )
    
  :type actionId: string
  :param actionId: **[REQUIRED]** 

    Launch action Id.

    

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

    Launch configuration template Id or Source Server Id

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`drs.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`drs.Client.exceptions.InternalServerException`

  
  *   :py:class:`drs.Client.exceptions.ThrottlingException`

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

  
  *   :py:class:`drs.Client.exceptions.UninitializedAccountException`

  