Delete a post by ID
Delete Post
Delete a post by its ID. The API will look up the post and delete all posts in the same group.
DELETE
Delete a post by ID
Deleting is by post id, and it removes the group that post belongs to. A group is one
channel’s post together with its thread items or comments, so deleting the first tweet in a
thread removes the whole thread. It does not touch the same content scheduled to your other
channels: each channel in a create call gets its own group.
Deletion is a soft delete, and any scheduled work still pending for that post is cancelled with
it. What has already published on the network stays there; this removes it from your calendar
rather than reaching into the platform.
To clear several at once, Delete by Group takes a group id
directly.