Delete Memory
| bedrockagentcorecontrol_delete_memory | R Documentation |
Deletes an Amazon Bedrock AgentCore Memory resource¶
Description¶
Deletes an Amazon Bedrock AgentCore Memory resource.
Usage¶
bedrockagentcorecontrol_delete_memory(clientToken, memoryId)
Arguments¶
clientToken |
A client token is used for keeping track of idempotent requests. It can contain a session id which can be around 250 chars, combined with a unique AWS identifier. |
memoryId |
[required] The unique identifier of the memory to delete. |
Value¶
A list with the following syntax:
list(
memoryId = "string",
status = "CREATING"|"ACTIVE"|"FAILED"|"DELETING"
)
Request syntax¶
svc$delete_memory(
clientToken = "string",
memoryId = "string"
)