Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_app

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