cURL
curl --request DELETE \ --url https://api.bundle.social/api/v1/post-history-import/posts \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "teamId": "<string>", "postIds": [ "<string>" ] } '
{ "deletedCount": 123 }
Body
1 - 100
200
Was this page helpful?