Skip to main content
DELETE
/
posts-bulk
Delete posts
curl --request DELETE \
  --url https://api.postflow.app/v1/posts-bulk \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ids
string
required

Post IDs separated by comma. Max 200 posts per request.

delete_from_network
boolean

The posts will be completely deleted from the social networks and also from PostFlow. PostFlow cannot remove the post from Instagram TikTok, Threads, 𝕏 (Twitter).

delete_from_clickup
boolean

Also delete related ClickUp task.

Response

No content