API REFERENCE
Delete a memory
Permanently delete one memory from the active organization.
Requires authentication — a Bearer token or
X-Memuron-Actor-Id header.Path parameters
memory_idstringrequiredDELETE
/memuron/memories/{memory_id}curl https://api.memuron.com/memuron/memories/{memory_id}200 OK
{
"status": "success",
"message": "Memory artha_… deleted"
}