---
title: "Remove Domain"
method: DELETE
path: "/v0/sites/{site_id}/environments/{env_id}/domains/{domain}"
tags: ["sites"]
---

# Remove Domain

`DELETE /v0/sites/{site_id}/environments/{env_id}/domains/{domain}`

Removes a domain from an environment.

## Path parameters

- `site_id` string, required
- `env_id` string, required
- `domain` string, required

## Response `200`

- RemoveDomainResponse — RemoveDomainResponse represents the response after removing a domain
  - `domain` string, required — The domain that was removed
  - `status` string, required — Status of the operation

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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