---
title: "Delete one of your saved memories."
method: DELETE
path: "/v1/memory/{id}"
tags: ["Memory"]
---

# Delete one of your saved memories.

`DELETE /v1/memory/{id}`

Hard-deletes a memory and its captured context rows. Returns 404 for an id the caller does not own.

## Path parameters

- `id` string, required

## Response `204`

Memory deleted successfully.

## Other responses

- `400` — The memory id path parameter was invalid.
- `401` — The caller must be signed in to delete memories.
- `404` — The memory could not be found.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/805150503452/schema)
