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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.postiz.com/llms.txt

Use this file to discover all available pages before exploring further.

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