:doc:`SimSpaceWeaver <../../simspaceweaver>` / Client / delete_app

**********
delete_app
**********



.. py:method:: SimSpaceWeaver.Client.delete_app(**kwargs)

  

  Deletes the instance of the given custom app.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/simspaceweaver-2022-10-28/DeleteApp>`_  


  **Request Syntax**
  ::

    response = client.delete_app(
        App='string',
        Domain='string',
        Simulation='string'
    )
    
  :type App: string
  :param App: **[REQUIRED]** 

    The name of the app.

    

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

    The name of the domain of the app.

    

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

    The name of the simulation of the app.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

  
  *   :py:class:`SimSpaceWeaver.Client.exceptions.AccessDeniedException`

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

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

  