delete_web_experience¶
Operation¶
delete_web_experience
async
¶
delete_web_experience(input: DeleteWebExperienceInput, plugins: list[Plugin] | None = None) -> DeleteWebExperienceOutput
Deletes an Amazon Q Business web experience.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteWebExperienceInput
|
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 |
|---|---|
DeleteWebExperienceOutput
|
An instance of |
Input¶
DeleteWebExperienceInput
dataclass
¶
Dataclass for DeleteWebExperienceInput structure.
Attributes¶
application_id
class-attribute
instance-attribute
¶
application_id: str | None = None
The identifier of the Amazon Q Business application linked to the Amazon Q Business web experience.
web_experience_id
class-attribute
instance-attribute
¶
web_experience_id: str | None = None
The identifier of the Amazon Q Business web experience being deleted.
Output¶
DeleteWebExperienceOutput
dataclass
¶
Dataclass for DeleteWebExperienceOutput structure.