Delete a Post
Delete a post using the post ID
Delete a post using the post ID returned from the /post endpoint. You can delete both published and scheduled posts, but there are some differences based on the social network (platform):
- Scheduled posts maybe deleted for all social networks (platforms).
Published posts maybe deleted for all social networks (platforms) except for Instagram and TikTok. Instagram and TikTok do not provide API support for deleting published posts. If you need to delete a published post on these platforms, you must do so manually using their respective mobile apps.
Instagram and TikTok do not support delete via their APIs. Please go to the Instagram or TikTok mobile apps to delete the posts.
Header Parameters
Authorization: Bearer API_KEY
. See API overview for more information.Request Body
Ayrshare Post ID of the post to delete.
Not required if bulk
or deleteAllScheduled
parameter sent.
If the post is scheduled and still pending
, the scheduled posts will be deleted and not sent to the networks.
If the post has already been sent to the networks, the post will be deleted from the networks.
Array of Strings post Ids to bulk delete.
Required if id
or deleteAllScheduled
parameter not sent.
If true will delete all scheduled posts still in a pending state, i.e. posts that have not yet been published to the networks.
Required if the id
or bulk
parameter is not sent.