---
title: "Delete Guide Domain"
method: DELETE
path: "/api/v1/content/domains/{domain_id}"
tags: ["Content Management"]
---

# Delete Guide Domain

`DELETE /api/v1/content/domains/{domain_id}`

Stop serving on this domain, and clean up what we installed.

The guide keeps its Anana address throughout — removing a domain never
takes content offline, it only stops one address from answering.

## Path parameters

- `domain_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `404` — Domain not found
- `422` — Validation Error
- `502` — Could not remove the deployed Worker

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/3ad158624c53/schema)
