---
title: "Delete a post by ID"
method: DELETE
path: "/posts/{id}"
tags: ["Posts"]
---

# Delete a post by ID

`DELETE /posts/{id}`

Delete a post by its ID. The API will look up the post and delete all posts in the same group.

## Path parameters

- `id` string, required

## Response `200`

Post deleted

- object
  - `id` string

---

[API](https://skmtc.net/postiz/apis/postiz-public-api.md) · [All operations](https://skmtc.net/postiz/apis/postiz-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postiz/postiz-public-api/revisions/8b2952dc5357/schema)
