deleteMemoryRecord
inline suspend fun BedrockAgentCoreClient.deleteMemoryRecord(crossinline block: DeleteMemoryRecordRequest.Builder.() -> Unit): DeleteMemoryRecordResponse
Deletes a memory record from a memory store. When you delete a memory record, it is permanently removed.
To use this operation, you must have the genesismemory:DeleteMemoryRecord
permission.