Endpoint
Overview
Delete all posts from one or more accounts. This endpoint creates aclear_posts task for each account that automatically:
- Finds all complete posts with a social_id
- Deletes them one by one from the platform
- Verifies each deletion using the platform API
- Continues until all posts are deleted
Request Body
Array of account IDs to delete posts from
Response
Response object containing deletion task results
Deletion Process
- A
clear_poststask is created for each account - The task finds the first complete post with a social_id
- A deletion flow is triggered on the platform
- Once the platform confirms deletion, the system verifies using the scrape API
- If verified, the post is marked as “deleted” and the next post is found
- Steps 3-5 repeat until no more posts exist
- The task is marked as complete
- Accounts must have a GeeLark phone ID configured
- Only posts with status “complete” and a social_id are deleted
- The deletion process is automatic and continues until all posts are removed
- You can monitor progress using the
/accounts/statusendpoint
