DeleteMemoryResponse interface

Response for deleting a memory item from a memory store.

Properties

deleted

Whether the memory item was successfully deleted.

memory_id

The unique ID of the deleted memory item.

object

The object type. Always 'memory_store.item.deleted'.

Property Details

deleted

Whether the memory item was successfully deleted.

deleted: boolean

Property Value

boolean

memory_id

The unique ID of the deleted memory item.

memory_id: string

Property Value

string

object

The object type. Always 'memory_store.item.deleted'.

object: "memory_store.item.deleted"

Property Value

"memory_store.item.deleted"