cURL
curl --request DELETE \ --url https://apidev.lindo.ai/v1/workspace/website/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "website_id": "website_abc123" } '
{ "success": true, "result": { "message": "Website deleted successfully", "website_id": "website_abc123", "deleted": true } }
Permanently deletes a website and all associated data
Enter your API key (starts with lindo_sk_)
Unique identifier of the website to delete
"website_abc123"
Website deleted successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?