postiz_delete_post_group
Delete an entire cross-post group in one API call. Use to retract all posts within a cross-post unit. Requires confirmation parameter set to true.
Instructions
Delete every post in a group (cross-post unit) via DELETE /api/posts/group/{group}. Use when you want to retract a whole cross-post in one call. Requires enableWrite + enableDelete + confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | ||
| confirm | Yes | Must be true. Removes every post in the group. |