v3
latestOpenAPI 3.0.1Apache 2.02026-08-065516357.9 KBmemories
Delete a memory.
delete/v1/memories/{memory_id}/
Path parameters
memory_idstring uuid required
The unique identifier of the memory to delete.
Query parameters
delete_linkedboolean
If true, also delete memories linked to this one. The response then includes a cascade_count field with the number of linked memories deleted.
Response
Successful deletion of memory.
Example response
{
"message": "Memory deleted successfully!"
}