posts
Delete post
Delete a draft or scheduled post from Late. Published posts cannot be deleted; use the Unpublish endpoint instead. Upload quota is automatically refunded.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
postIdstring
Response Body
application/json
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/posts/string"{
"message": "Post deleted successfully"
}Empty
{
"error": "Unauthorized"
}Empty
{
"error": "Not found"
}Update post PUT
Update an existing post. Only draft, scheduled, failed, and partial posts can be edited. Published, publishing, and cancelled posts cannot be modified.
Unpublish post 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.