REST APIDEL

Delete Post

Delete a post permanently

DELETEhttps://post.adaptlypost.com/post/api/v1/social-posts/:id

Delete 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
}