removeCustomDomain method
ResponseFuture<RemoveCustomDomainResponse>
removeCustomDomain(
- RemoveCustomDomainRequest request, {
- CallOptions? options,
Remove Custom Domain
Deprecated: please move to the corresponding endpoint under instance service v2. This endpoint will be removed with the next major version of ZITADEL.
Removes a custom domain from the instance.
The instance_id in the input message will be used in the future.
Required permissions:
system.domain.write
Implementation
$grpc.ResponseFuture<$0.RemoveCustomDomainResponse> removeCustomDomain(
$0.RemoveCustomDomainRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeCustomDomain, request, options: options);
}