Landing Pages

Remove a dedicated page domain

Removes only the page-specific hostname. Workspace and Sequenzy fallback URLs remain available.

delete/landing-pages/{landingPageId}/domain

Path parameters

landingPageIdstring required

Response

Dedicated page domain removed

successboolean

Example response

{
  "domain": {
    "domain": "pages.example.com",
    "domainStatus": "pending",
    "cnameTarget": "pages.sequenzydns.com",
    "dnsRecordName": "pages.example.com",
    "dnsRecordValue": "pages.sequenzydns.com"
  }
}

Changes

Changed in 2 of the 123 revisions of this API.4

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added