---
title: "Delete a saved memory (removed feature)"
method: DELETE
path: "/v1/memory/{id}"
tags: ["Deprecated"]
deprecated: true
---

# Delete a saved memory (removed feature)

`DELETE /v1/memory/{id}`

> **Deprecated.**

The Memory Bank feature has been removed, so every memory id is already gone. Desktop callers treat this 404 as a successful, idempotent delete.

## Path parameters

- `id` string, required

## Other responses

- `401` — The caller must be signed in.
- `404` — The memory does not exist; the feature has been removed.

## Changes

- **2026-08-25** `b2451c4deabb` — 1 breaking, 1 warning, 5 info
  - removed the success response with the status `204`
  - removed the optional property `message` from the response with the `404` status
  - api tag `Deprecated` added
  - api tag `Memory` removed
  - …3 more

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/memory/:id/delete.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/571dc4a74532/schema)
