---
title: "Forget My Memory Fact"
method: DELETE
path: "/api/memory/facts/{fact_uuid}"
tags: ["v2", "memory", "memory", "private"]
---

# Forget My Memory Fact

`DELETE /api/memory/facts/{fact_uuid}`

Forget one fact from the caller's account memory.

## Path parameters

- `fact_uuid` string, required — Fact edge uuid

## Response `200`

Successful Response

- ForgetFactResponse
  - `uuid` string, required
  - `forgotten` boolean, required

## Other responses

- `401` — Authentication required
- `422` — Validation Error

## Changes

- **2026-08-20** `8deaf289ea09` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/memory/facts/:fact_uuid/delete.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/revisions/9a062c6d49b5?raw)
