---
title: "Delete post"
method: DELETE
path: "/v1/posts/{postId}"
tags: ["Posts"]
---

# Delete post

`DELETE /v1/posts/{postId}`

Delete a draft or scheduled post from Zernio. Published posts cannot be deleted; use the Unpublish endpoint instead. Upload quota is automatically refunded.

## Path parameters

- `postId` string, required

## Response `200`

Deleted

- PostDeleteResponse
  - `message` string

## Other responses

- `400` — Cannot delete published posts
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

---

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