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

# Forget My Expert Memory Fact

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

Forget one fact from an expert's isolated memory.

## Path parameters

- `expert_id` string, required — Expert id owned by the caller
- `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

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/2f82328f5184/schema)
