deleteMedicalDevices abstract method
Delete a batch of MedicalDevice
Deletes the batch of medical device identified by the provided medicalDeviceIds
.
Parameters:
- List<String> requestBody (required):
Implementation
Future<List<String>?> deleteMedicalDevices(List<String> requestBody,);