---
title: "Public Article Unpublish"
method: POST
path: "/account/articles/{article_id}/unpublish"
tags: ["articles"]
---

# Public Article Unpublish

`POST /account/articles/{article_id}/unpublish`

Allows authorized users to unpublish an article.

## Path parameters

- `article_id` integer, required

## Request body

- ArticleUnpublishData
  - `reason` string, required — Reason of article unpublishing

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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