🚧 Hexel Studio Data Platform docs are launching soon. Enterprise-grade data infrastructure, APIs, and SDKs — detailed guides arriving shortly.
from hx import Client client = Client() result = client.memory.delete( store_id="ms-your-store-id", memory_id="mem_abc123" )
{ "message": "Memory deleted successfully" }
Was this page helpful?