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

# Delete a post by group

`DELETE /posts/group/{group}`

Delete all posts in a group by the group identifier.

## Path parameters

- `group` string, required

## Response `200`

Posts 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)
