#me_memory_delete_by_path

Permanently remove a single named memory by its tree/name path (e.g. /share/auth/jwt-rotation).

Deletes only that one named memory. Use me_memory_delete_tree to remove a whole subtree, or me_memory_delete to delete by UUID.

#Parameters

Name Type Required Description
space string varies Absent in locked mode; required nonempty string in multi-space mode. It selects the same-server space for this call.
path string yes The tree/name path, e.g. /share/auth/jwt-rotation.

#Returns

{ "deleted": true }

#Notes

  • Irreversible.
  • Returns NOT_FOUND if no named memory matches the path.