deleteHealthcareProfessional abstract method

Future<String?> deleteHealthcareProfessional(
  1. String hcpId
)

Deletes an existing healthcare professional.

Deletes the healthcare professional identified by the provided unique hcpId.

Parameters:

  • String hcpId (required): The UUID that uniquely identifies the healthcare professional to be deleted.

Implementation

Future<String?> deleteHealthcareProfessional(String hcpId,);