REST APIDEL
Useful context - Post delete
Permanently delete a scheduled or published post record through the AdaptlyPost REST API, including its platform entries.
DELETE
https://post.adaptlypost.com/post/api/v1/social-posts/:idDelete a post from your AdaptlyPost account. This removes the post record and all its platform entries from AdaptlyPost: it does not delete the post from the social media platforms themselves.
API Key (Bearer token)
Delete a social post
curl --request DELETE \
--url https://post.adaptlypost.com/post/api/v1/social-posts/post_xyz789 \
--header 'Authorization: Bearer <api-key>'200
{
"deleted": true
}