---
title: "Delete a post: DELETE /posts/:id | Posty dokumentáció"
description: "Egy poszt törlése és a hozzá tartozó folyamat leállítása."
canonical: https://posty.hu/en/docs/api/endpoints/bejegyzes-torles
source: https://posty.hu/en/docs/api/endpoints/bejegyzes-torles.md
---

Posts

# Delete a post: DELETE /posts/:id

Egy poszt törlése és a hozzá tartozó folyamat leállítása.

## Path

Method and path

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

Authorization

`posts:draft`

operationId

`deletePost`

Deletes a post and stops the scheduling process attached to it. It does not delete an already published post from the platform.

## Parameters

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| id | útvonal | string | yes | The post ID. |

## Request

```
curl -X DELETE https://api.posty.hu/public/v1/posts/clp0s7t8u9v0w1x2 \
  -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.
