Deletes an event from an AgentCore Memory resource
Source:R/bedrockagentcore_operations.R
bedrockagentcore_delete_event.RdDeletes an event from an AgentCore Memory resource. When you delete an event, it is permanently removed.
See https://www.paws-r-sdk.com/docs/bedrockagentcore_delete_event/ for full documentation.
Arguments
- memoryId
[required] The identifier of the AgentCore Memory resource from which to delete the event.
- sessionId
[required] The identifier of the session containing the event to delete.
- eventId
[required] The identifier of the event to delete.
- actorId
[required] The identifier of the actor associated with the event to delete.