---
title: "Unmark a paragraph as read (idempotent)"
method: DELETE
path: "/me/reading-progress/{ref}"
tags: ["Reading Progress"]
---

# Unmark a paragraph as read (idempotent)

`DELETE /me/reading-progress/{ref}`

Returns 204 whether or not progress existed. Returns 404 only if the paragraph ref is invalid.

## Path parameters

- `ref` string, required

## Response `204`

Reading progress deleted (or didn't exist)

## Other responses

- `401` — Authentication required
- `404` — Paragraph not found

---

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