Skip to content

Delete Agent Memory

bedrockagentruntime_delete_agent_memory R Documentation

Deletes memory from the specified memory identifier

Description

Deletes memory from the specified memory identifier.

Usage

bedrockagentruntime_delete_agent_memory(agentAliasId, agentId, memoryId,
  sessionId)

Arguments

agentAliasId

[required] The unique identifier of an alias of an agent.

agentId

[required] The unique identifier of the agent to which the alias belongs.

memoryId

The unique identifier of the memory.

sessionId

The unique session identifier of the memory.

Value

An empty list.

Request syntax

svc$delete_agent_memory(
  agentAliasId = "string",
  agentId = "string",
  memoryId = "string",
  sessionId = "string"
)