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

NameLocationTypeRequiredDescription
groupútvonalstringyesThe 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

Is something missing from this page? Email [email protected] or use the form on the Help page.