---
title: "Delete a blog article"
method: DELETE
path: "/v1/accounts/{accountId}/blogs/{blogId}/articles/{articleId}"
tags: ["Blogs"]
---

# Delete a blog article

`DELETE /v1/accounts/{accountId}/blogs/{blogId}/articles/{articleId}`

Deletes the article. The delete happens on the platform and is
permanent; Zernio stores nothing to restore it from. On WordPress the
post is force-deleted, while uploaded attachments and tags remain in
the site's media library and taxonomy.

Supported on Shopify (`shopify`) and WordPress (`wordpress`).

## Path parameters

- `accountId` string, required
- `blogId` string, required
- `articleId` string, required

## Response `204`

Article deleted (no content).

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — The platform rejected the request (code insufficient_permissions); reconnect the account or restore the WordPress user capabilities.
- `404` — Account not found or not accessible (code account_not_found), blog not found (code blog_not_found), or article not found (code blog_article_not_found).
- `405` — Platform does not support deleting an article.
- `429` — Rate limited by Zernio or the connected platform. Retry later.
- `502` — The connected platform returned an unclassified upstream error. Article deletion is not blindly retried.

## Changes

- **2026-09-17** `fdaf9a9fb1a7` — 1 info
  - added the non-success response with the status `502`
- **2026-09-16** `3e6ddf2a99ea` — 1 info
  - added the optional property `details/budgetScope` to the response with the `400` status
- **2026-09-15** `0dba7d004d75` — 2 info
  - added the optional property `details/quotaExhausted` to the response with the `400` status
  - added the optional property `details/quotaScope` to the response with the `400` status
- **2026-08-14** `875093317201` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/accounts/:accountId/blogs/:blogId/articles/:articleId/delete.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/339f59df69dd?raw)
