delete_session¶
Operation¶
delete_session
async
¶
delete_session(input: DeleteSessionInput, plugins: list[Plugin] | None = None) -> DeleteSessionOutput
Deletes a session that you ended. You can't delete a session with an
ACTIVE status. To delete an active session, you must first end it with
the
EndSession
API operation. For more information about sessions, see Store and
retrieve conversation history and context with Amazon Bedrock
sessions.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteSessionInput
|
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 |
|---|---|
DeleteSessionOutput
|
An instance of |
Input¶
DeleteSessionInput
dataclass
¶
Output¶
DeleteSessionOutput
dataclass
¶
Dataclass for DeleteSessionOutput structure.