v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
customdomains

Delete custom domain

delete/customdomains/{domainName}

Path parameters

domainNamestring required

Name of the custom domain

Response

successful operation

Example response

{
  "metadata": {
    "displayName": "Preview Domain",
    "name": "preview.example.com"
  },
  "spec": {
    "domainType": "applications",
    "fallbackPreviewId": "my-fallback-preview",
    "region": "us-pdx-1",
    "status": "verified"
  }
}