We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6568e commit 5548c4eCopy full SHA for 5548c4e
api/webhosting/v1/webhosting_sdk.go
@@ -2216,6 +2216,9 @@ type HostingAPIRemoveCustomDomainRequest struct {
2216
2217
// HostingID: hosting ID to which the custom domain is detached from.
2218
HostingID string `json:"-"`
2219
+
2220
+ // DomainName: the custom domain name to detach from the hosting.
2221
+ DomainName string `json:"domain_name"`
2222
}
2223
2224
// HostingAPIResetHostingPasswordRequest: hosting api reset hosting password request.
0 commit comments