QApps / Client / delete_q_app

delete_q_app#

QApps.Client.delete_q_app(**kwargs)#

Deletes an Amazon Q App owned by the user. If the Q App was previously published to the library, it is also removed from the library.

See also: AWS API Documentation

Request Syntax

response = client.delete_q_app(
    instanceId='string',
    appId='string'
)
Parameters:
  • instanceId (string) –

    [REQUIRED]

    The unique identifier of the Amazon Q Business application environment instance.

  • appId (string) –

    [REQUIRED]

    The unique identifier of the Q App to delete.

Returns:

None

Exceptions

  • QApps.Client.exceptions.ResourceNotFoundException

  • QApps.Client.exceptions.AccessDeniedException

  • QApps.Client.exceptions.ValidationException

  • QApps.Client.exceptions.InternalServerException

  • QApps.Client.exceptions.UnauthorizedException

  • QApps.Client.exceptions.ThrottlingException