---
title: "Forget a memory"
method: DELETE
path: "/v4/memories"
tags: ["Content Management"]
---

# Forget a memory

`DELETE /v4/memories`

Forget (soft delete) a memory entry. The memory is marked as forgotten but not permanently deleted.

## Request body

- object
  - `id` string — ID of the memory entry to operate on
  - `content` string — Exact content match of the memory entry to operate on. Use this when you don't have the ID.
  - `containerTag` string, required — Container tag / space identifier. Required to scope the operation.
  - `reason` string — Optional reason for forgetting this memory

## Response `200`

Memory forgotten successfully

- object — Response after forgetting a memory
  - `id` string, required — ID of the memory that was forgotten
  - `forgotten` boolean, required — Indicates the memory was successfully forgotten

## Other responses

- `400` — Invalid request - missing id or content
- `401` — Unauthorized
- `404` — Memory not found
- `409` — Memory already forgotten
- `500` — Server error

---

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