Deletes memory from the specified memory identifier.
See https://www.paws-r-sdk.com/docs/bedrockagentruntime_delete_agent_memory/ for full documentation.
bedrockagentruntime_delete_agent_memory(
agentAliasId,
agentId,
memoryId = NULL,
sessionId = NULL
)
[required] The unique identifier of an alias of an agent.
[required] The unique identifier of the agent to which the alias belongs.
The unique identifier of the memory.
The unique session identifier of the memory.