cURL
curl --request DELETE \ --url https://apidev.lindo.ai/v1/workspace/website/{website_id}/pages/{page_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "message": "Page deleted successfully", "page_id": "page_abc123", "warnings": [ "R2 file removal failed: File not found" ] } }
Permanently deletes a page. If the page 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 page
"page_abc123"
Page deleted successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?