cURL
curl --request DELETE \ --url https://apidev.lindo.ai/v1/workspace/website/{website_id}/domain \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "message": "Custom domain removed successfully", "website_id": "website_abc123" } }
Removes the custom domain from a website, reverting to the default domain.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website
"website_abc123"
Custom domain removed successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?