deleteDocument

abstract suspend fun deleteDocument(id: String): Boolean

Deletes a document from the wallet.

Return

true if the document existed and was successfully deleted, or false if no document with that id was found.

Deletion is performed through EUDI's document manager and may involve filesystem and database operations.

Parameters

id

The document id to delete.