---
title: "Delete a memory document"
method: DELETE
path: "/memory/document"
tags: ["Memory"]
---

# Delete a memory document

`DELETE /memory/document`

Soft-delete a curated project memory document by id or path.

## Request body

- object
  - `projectId` string, uuid — Project that owns the document. Auto-filled from CLI and SDK context when omitted.
  - `id` string, uuid — Document id.
  - `path` string — Relative memory path, for example AGENTS.md or notes/architecture.md.

---

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