---
title: "Supersede a memory"
method: POST
path: "/api/v1/agent/memories/{id}/supersede"
tags: ["agentApiMemories"]
---

# Supersede a memory

`POST /api/v1/agent/memories/{id}/supersede`

Marks a memory as superseded (soft delete). Use when information is outdated or incorrect.
The memory remains for audit trail but won't appear in normal queries.

Only the source agent can supersede.

## Path parameters

- `id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Superseded Memory

- MemoriesSupersedeAgentMemoryResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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