# Remove AI landing page from domains Remove AI-generated landing pages and hosting configuration from one or more domains. Deletes GCS content and removes hosting config. Endpoint: POST /mcp/v1/actions/ud_domain_remove_lander Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `domains` (array, required) Array of domains (1-50) - `domains.name` (string, required) Domain name to remove lander from (e.g., "example.com") ## Response 200 fields (application/json): - `results` (array) - `results.domain` (string) - `results.success` (boolean) - `results.operationId` (string) - `results.error` (string) - `successCount` (number) - `failureCount` (number) ## Response 401 fields