---
title: "Delete custom domain"
method: POST
path: "/deployments/{deployment_name}/delete_custom_domain"
tags: ["Custom Domains"]
---

# Delete custom domain

`POST /deployments/{deployment_name}/delete_custom_domain`

Remove a custom domain from a deployment.

## Request body

- PlatformDeleteCustomDomainArgs
  - `requestDestination` 'convexCloud' | 'convexSite', required
  - `domain` string, required — The custom domain name to delete.

## Response `200`

---

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