cURL
curl --request DELETE \ --url https://apidev.lindo.ai/v1/workspace/website/{website_id}/blogs/{blog_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "message": "Blog deleted successfully", "blog_id": "blog_abc123", "warnings": [ "R2 file removal failed: File not found" ] } }
Permanently deletes a blog. If the blog was published, also removes the HTML file from storage and purges the cache.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website
"ws_abc123"
Unique identifier of the blog
"blog_abc123"
Blog deleted successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?