deleteDocument method
Deletes the document with the specified Uuid.
documentUuid - The Uuid of the document to be deleted.
Implementation
Future<Result<void>> deleteDocument(String documentUuid) {
return ScanbotDocumentImpl.deleteDocument(documentUuid);
}