removeOrg method
Remove Organization
Deprecated: use organization service v2 DeleteOrganization instead.
Deletes the organization and all its resources (Users, Projects, Grants to and from the org). Users of this organization will not be able to log in.
Implementation
$grpc.ResponseFuture<$0.RemoveOrgResponse> removeOrg(
$0.RemoveOrgRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeOrg, request, options: options);
}