---
title: "Delete diary entry"
method: DELETE
path: "/api/diary/{entry_id}"
tags: ["diary"]
---

# Delete diary entry

`DELETE /api/diary/{entry_id}`

Delete a diary entry and all its attachments.

## Path parameters

- `entry_id` string, uuid, required

## Response `200`

Successful Response

- DiaryDeleteResponse — Response returned after deleting a diary entry.
  - `title` string — Success title
  - `message` string, required — Success message

## Other responses

- `422` — Validation Error

---

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