Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a specific memory from a MemCube.
cURL
curl --request DELETE \ --url https://api.example.com/memories/{mem_cube_id}/{memory_id}
{ "message": "Operation successful", "code": 200, "data": null }
Successful Response
Simple response model for operations without data return.
Response message
"Operation successful"
Response status code
200
Response data