---
title: "Delete memory via Dify"
method: DELETE
path: "/api/v1/dify/memories/{memory_id}"
tags: ["dify"]
---

# Delete memory via Dify

`DELETE /api/v1/dify/memories/{memory_id}`

Delete a specific memory via Dify integration

## Path parameters

- `memory_id` string, required

## Headers

- `authorization` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/memara/apis/memara-api.md) · [All operations](https://skmtc.dev/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/memara/memara-api/revisions/4dc7c4418845/schema)
