deleteEvent
inline suspend fun BedrockAgentCoreClient.deleteEvent(crossinline block: DeleteEventRequest.Builder.() -> Unit): DeleteEventResponse
Deletes an event from a memory store. When you delete an event, it is permanently removed.
To use this operation, you must have the genesismemory:DeleteEvent
permission.