---
title: "Remove Custom Domain"
method: DELETE
path: "/blogs/domain"
tags: ["Custom Domain"]
---

# Remove Custom Domain

`DELETE /blogs/domain`

Remove the custom domain from your blog. The blog will revert to the default subdomain.

## Response `200`

Custom domain removed successfully

- DomainDeleteResponse
  - `success` boolean, required — Whether the custom domain was removed successfully

## Other responses

- `401` — Authentication failed
- `403` — Insufficient permissions
- `500` — 서버 내부 오류

---

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