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

# Delete Post

`DELETE /v1/posts/{id}`

Delete a scheduled or draft post. Published posts cannot be deleted.

## Path parameters

- `id` string, required

## Response `200`

Post deleted successfully.

- DeleteEntityResponseDto
  - `success` boolean, required — Whether or not the entity was deleted

## Other responses

- `400` — Can only delete scheduled or draft posts.
- `404` — Post not found.
- `500` — Internal server error when deleting the Post.

---

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