---
title: "Delete Memory"
method: DELETE
path: "/api/kiwi/memory/{memory_id}"
tags: ["Kiwi Agent"]
---

# Delete Memory

`DELETE /api/kiwi/memory/{memory_id}`

Delete a current-user memory entry.

## Path parameters

- `memory_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/qomplement/apis/fastapi.md) · [All operations](https://skmtc.dev/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/7a7c8e2b5afc/schema)
