removeOrg method

ResponseFuture<RemoveOrgResponse> removeOrg(
  1. RemoveOrgRequest request, {
  2. CallOptions? options,
})

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);
}