deleteById abstract method

Future<SessionV1?> deleteById(
  1. String? correlationId,
  2. String id
)

Implementation

Future<SessionV1?> deleteById(String? correlationId, String id);