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

*****************
delete_simulation
*****************



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

  

  Deletes all SimSpace Weaver resources assigned to the given simulation.

   

  .. note::

    

    Your simulation uses resources in other Amazon Web Services. This API operation doesn't delete resources in other Amazon Web Services.

    

  

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


  **Request Syntax**
  ::

    response = client.delete_simulation(
        Simulation='string'
    )
    
  :type Simulation: string
  :param Simulation: **[REQUIRED]** 

    The name of the simulation.

    

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

  