ghl_social_bulk_delete_planner_posts
Removes multiple social planner posts in one request using a list of post IDs. Clears up large numbers of posts efficiently.
Instructions
Bulk Delete Social Planner Posts Deletes multiple posts based on the provided list of post IDs. This operation is useful for clearing up large numbers of posts efficiently.
Note:
1.The maximum number of posts that can be deleted in a single request is '50'.
2.However, It will only get deleted in CRM database but still it is recommended to be cautious of this operation. Endpoint: POST /social-media-posting/{locationId}/posts/bulk-delete (Version header: v3; source: v3/social-planner-v3.json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| locationId | Yes | Path parameter (inferred from the URL template; the official spec omits its declaration). |