posts:delete

Delete a scheduled post by post ID or group ID.

Usage

simplified posts:delete [options]

Options

FlagTypeDescription
--post-schedule-idstringDelete a specific post by ID
--group-idstringDelete all posts in a group

At least one of --post-schedule-id or --group-id is required.

Examples

# Delete by post ID
simplified posts:delete --post-schedule-id "POST_ID"

# Delete all posts in a group
simplified posts:delete --group-id "GROUP_ID"

Response

Returns {} on success.