deleteDataSamples abstract method
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:
- List<String> requestBody (required):
Implementation
Future<List<String>?> deleteDataSamples(List<String> requestBody,);