deleteSession method

ResponseFuture<DeleteSessionResponse> deleteSession(
  1. DeleteSessionRequest request, {
  2. CallOptions? options,
})

Terminate a session

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

Implementation

$grpc.ResponseFuture<$0.DeleteSessionResponse> deleteSession(
  $0.DeleteSessionRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$deleteSession, request, options: options);
}