deleteDataSamples abstract method

Future<List<String>?> deleteDataSamples(
  1. List<String> requestBody
)

Delete a batch of Data Samples

Deletes the batch of data samples identified by the provided dataSampleIds. The data samples to delete need to be part of the same batch

Parameters:

Implementation

Future<List<String>?> deleteDataSamples(List<String> requestBody,);