deleteHealthcareProfessionals abstract method

Future<List<String>?> deleteHealthcareProfessionals(
  1. List<String> hcpIds
)

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);