---
title: "Delete User Confirmed Project Memory"
method: DELETE
path: "/api/project-memory/projects/{project_id}/{slug}/user-confirmed"
---

# Delete User Confirmed Project Memory

`DELETE /api/project-memory/projects/{project_id}/{slug}/user-confirmed`

Interactive counterpart of the ``user-confirmed`` PUT: an explicit
Remove click in the PI editor (behind its own confirm dialog) IS the
user's review decision, so it may delete protected user-authored
entries directly. Mirrors the PUT's guards exactly: interactive user
tokens only (no process tokens — agent-originated deletions still go
through ``memory_proposals``), the four structured PI slugs only, and
the live-hash If-Match check still applies.

## Path parameters

- `project_id` string, required
- `slug` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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