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:draftoperationId
deletePostDeletes 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"Related
- Authentication: API key and scopes.
- Errors and limits: error responses and rate limits.
- All endpoints: full list.
Is something missing from this page? Email [email protected] or use the form on the Help page.