Delete all posts in a group by the group identifier.
cURL
curl --request DELETE \ --url https://api.postiz.com/public/v1/posts/group/{group} \ --header 'Authorization: <api-key>'
{ "id": "deleted-group-id" }
Your Postiz API key
Group identifier to delete
Posts deleted
Was this page helpful?