posts
Unpublish post
Deletes a published post from the specified platform. The post record in Late is kept but its status is updated to cancelled. Not supported on Instagram, TikTok, or Snapchat. Threaded posts delete all items. YouTube deletion is permanent.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
postIdstring
platformstring
The platform to delete the post from
Value in
"threads" | "facebook" | "twitter" | "linkedin" | "youtube" | "pinterest" | "reddit" | "bluesky" | "googlebusiness" | "telegram"Response Body
application/json
application/json
application/json
curl -X POST "https://getlate.dev/api/v1/posts/string/unpublish" \ -H "Content-Type: application/json" \ -d '{ "platform": "threads" }'{
"success": true,
"message": "Post deleted from threads successfully"
}Empty
{
"error": "Unauthorized"
}Empty
{
"error": "Not found"
}Empty