Restore a soft-deleted memory
POST /v1/memory/:id/restore — Clears `deleted_at`. Wired to the web-UI undo toast (5 second window) but works at any time before the 30-day purge.
POST /v1/memory/:id/restore
Clears deleted_at. Wired to the web-UI undo toast (5 second window) but works at any time before the 30-day purge.
| Method | POST |
| Path | /v1/memory/:id/restore |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | personalization |
Response body
{ "ok": true, "restored": true }