Permanently deletes a live blog update entry from a LiveBlog post.
Warning: This action cannot be undone. The update entry will be permanently removed.
This endpoint only applies to posts with type: "LiveBlog".
The post ID of the LiveBlog
The ID of the live blog update entry to delete
Example request
curl --request DELETE \
--url 'https://cms.thepublive.com/publisher/3466/post/4477638/live-blog-update/90589/' \
--header 'Authorization: Basic <BASE64_AUTH_TOKEN>'
{
"status": "success",
"message": "Deleted successfully!"
}