Path Parameters
UUID of the memory to delete.
Response (200)
Always
true.The deleted memory’s UUID.
Deletion is soft — it sets
deleted_at on the record. Deleted memories are excluded from all queries (recall, list). This allows future recovery if needed.Errors
| Status | Description |
|---|---|
| 404 | Memory not found (or already deleted, or belongs to another wallet). |
| 422 | Invalid UUID format. |
Example
Response