delete Attachment
open fun deleteAttachment( @NonNull context: Context, @NonNull processUUID: String, @NonNull attachmentPath: String): Boolean
Content copied to clipboard
Deletes the given attachment from process directory.
Return
true if the attachment was successfully deleted, false otherwise.
Parameters
context
Context The application context.
process UUID
String the process uuid.
attachment Path
String path of attachment to delete.