deleteHealthcareProfessionals abstract method
Deletes a list of existing healthcare professionals.
Deletes the healthcare professionals identified by the provided unique hcpIds.
Parameters:
- List hcpIds (required): The list of UUIDs that uniquely identify the healthcare professionals to be deleted.
Implementation
Future<List<String>?> deleteHealthcareProfessionals(List<String> hcpIds);