deleteInstance method

ResponseFuture<DeleteInstanceResponse> deleteInstance(
  1. DeleteInstanceRequest request, {
  2. CallOptions? options,
})

Delete Instance

Deprecated: please move to the corresponding endpoint under instance service v2. This endpoint will be removed with the next major version of ZITADEL.

Deletes an instance with the given ID.

Required permissions:

  • system.instance.delete

Implementation

$grpc.ResponseFuture<$0.DeleteInstanceResponse> deleteInstance(
  $0.DeleteInstanceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$deleteInstance, request, options: options);
}