---
title: "Delete Passage"
method: DELETE
path: "/v1/agents/{agent_id}/archival-memory/{memory_id}"
tags: ["agents"]
---

# Delete Passage

`DELETE /v1/agents/{agent_id}/archival-memory/{memory_id}`

Delete a memory from an agent's archival memory store.

## Path parameters

- `agent_id` string, required
- `memory_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/yu-code666/apis/letta-api.md) · [All operations](https://skmtc.dev/yu-code666/apis/letta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yu-code666/letta-api/revisions/6cec99480c13/schema)
