removeOrgDomain method

ResponseFuture<RemoveOrgDomainResponse> removeOrgDomain(
  1. RemoveOrgDomainRequest request, {
  2. CallOptions? options,
})

Remove Domain

Deprecated: use organization service v2 DeleteOrganizationDomain instead.

Delete a new domain from an organization. The domains are used to identify to which organization a user belongs. If the uses use the domain for login, this will not be possible afterwards. They have to use another domain instead.

Implementation

$grpc.ResponseFuture<$0.RemoveOrgDomainResponse> removeOrgDomain(
  $0.RemoveOrgDomainRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeOrgDomain, request, options: options);
}