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:draftoperationId
deletePostGroupA 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"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.