delete_application¶
Operation¶
delete_application
async
¶
delete_application(input: DeleteApplicationInput, plugins: list[Plugin] | None = None) -> DeleteApplicationOutput
Deletes an Amazon Q Business application.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteApplicationInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteApplicationOutput
|
An instance of |
Input¶
DeleteApplicationInput
dataclass
¶
Output¶
DeleteApplicationOutput
dataclass
¶
Dataclass for DeleteApplicationOutput structure.