# removeCustomDomain

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/project/project.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/project/project.controller.ts#L408)

Remove the custom domain (warns if DNS still points at Atloria)

## Endpoint

`DELETE /projects/:id/custom-domain`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `id` | path | `string` | ✓ | Project ID |

## Referenced By

- `ProjectController` (MODULE_DECLARES)
