---
title: "Delete a post group: DELETE /posts/group/:group | Posty dokumentáció"
description: "A teljes csoport törlése: egy szerkesztés, ami több csatornára ment ki, egyetlen posztnak számít."
canonical: https://posty.hu/en/docs/api/endpoints/csoport-torles
source: https://posty.hu/en/docs/api/endpoints/csoport-torles.md
---

Posts

# Delete a post group: DELETE /posts/group/:group

A teljes csoport törlése: egy szerkesztés, ami több csatornára ment ki, egyetlen posztnak számít.

## Path

Method and path

DELETEhttps://api.posty.hu/public/v1/posts/group/:group

Authorization

`posts:draft`

operationId

`deletePostGroup`

A composition that went out to several channels counts as a single post, held together by a group ID. This endpoint deletes the whole group.

If you want to delete a multi-channel post created in the interface, use this, not the per-channel delete.

## Parameters

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| group | útvonal | string | yes | The group ID, from the group field of the post list. |

## Request

```
curl -X DELETE https://api.posty.hu/public/v1/posts/group/grp_9f8e7d6c \
  -H "Authorization: psty_a_kulcsod"
```

Kód másolása

## Related

- [Authentication](https://posty.hu/en/docs/api/authentication): API key and scopes.
- [Errors and limits](https://posty.hu/en/docs/api/errors): error responses and rate limits.
- [All endpoints](https://posty.hu/en/docs/api/endpoints): full list.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
