deleteSession
inline suspend fun BedrockAgentRuntimeClient.deleteSession(crossinline block: DeleteSessionRequest.Builder.() -> Unit): DeleteSessionResponse
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.