---
title: "Remove AI landing page from domains"
method: POST
path: "/mcp/v1/actions/ud_domain_remove_lander"
tags: ["AI Lander"]
---

# Remove AI landing page from domains

`POST /mcp/v1/actions/ud_domain_remove_lander`

Remove AI-generated landing pages and hosting configuration from one or more domains. Deletes GCS content and removes hosting config.

## Request body

- object
  - `domains` object[], required — Array of domains (1-50)
    - `name` string, required — Domain name to remove lander from (e.g., "example.com")

## Response `200`

Lander removal results

- object
  - `results` object[]
    - `domain` string
    - `success` boolean
    - `operationId` string
    - `error` string
  - `successCount` number
  - `failureCount` number

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/unstoppabledomains/apis/user-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/user-api/revisions/c1def8e34b41/schema)
