removeCustomDomain method
ResponseFuture<RemoveCustomDomainResponse>
removeCustomDomain(
- RemoveCustomDomainRequest request, {
- CallOptions? options,
Remove Custom Domain
Removes a custom domain from the instance. Be aware that this will stop routing requests from this domain to the instance and might break existing setups or integrations. This method requires system level permissions and cannot be called from an instance context.
Required permissions:
system.domain.write
Implementation
$grpc.ResponseFuture<$0.RemoveCustomDomainResponse> removeCustomDomain(
$0.RemoveCustomDomainRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeCustomDomain, request, options: options);
}