SimSpaceWeaver / Client / delete_app

delete_app#

SimSpaceWeaver.Client.delete_app(**kwargs)#

Deletes the instance of the given custom app.

See also: AWS API Documentation

Request Syntax

response = client.delete_app(
    App='string',
    Domain='string',
    Simulation='string'
)
Parameters:
  • App (string) –

    [REQUIRED]

    The name of the app.

  • Domain (string) –

    [REQUIRED]

    The name of the domain of the app.

  • Simulation (string) –

    [REQUIRED]

    The name of the simulation of the app.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • SimSpaceWeaver.Client.exceptions.ResourceNotFoundException

  • SimSpaceWeaver.Client.exceptions.InternalServerException

  • SimSpaceWeaver.Client.exceptions.AccessDeniedException

  • SimSpaceWeaver.Client.exceptions.ValidationException

  • SimSpaceWeaver.Client.exceptions.ConflictException