cURL
curl --request POST \ --url https://apidev.lindo.ai/v1/workspace/website/{website_id}/blogs/{blog_id}/unpublish \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "message": "Blog unpublished successfully", "blog_id": "blog_abc123" } }
Unpublishes a blog by clearing the publish_date, removing it from public access.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website
"ws_abc123"
Unique identifier of the blog
"blog_abc123"
Blog unpublished successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?