deleteAttachment abstract method
Delete an attachment of a DataSample
Deletes an attachment, using its corresponding documentId
Parameters:
Implementation
Future<String?> deleteAttachment(String dataSampleId, String documentId,);
Delete an attachment of a DataSample
Deletes an attachment, using its corresponding documentId
Parameters:
Future<String?> deleteAttachment(String dataSampleId, String documentId,);