---
title: "Delete a memory entry the caller can access"
method: DELETE
path: "/api/v1/memories/{id}"
tags: ["memory"]
---

# Delete a memory entry the caller can access

`DELETE /api/v1/memories/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

- MemoryDeleteResponseDTO
  - `id` string, uuid, required — Id of the deleted memory entry

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
