Skip to main content
DELETE
/
posts
/
group
/
{group}
Delete a post by group
curl --request DELETE \
  --url https://api.postiz.com/public/v1/posts/group/{group} \
  --header 'Authorization: <api-key>'
{
  "id": "deleted-group-id"
}

Authorizations

Authorization
string
header
required

Your Postiz API key

Path Parameters

group
string
required

Group identifier to delete

Response

200 - application/json

Posts deleted

id
string