removeAllPages

abstract fun removeAllPages(documentUuid: String): Result<DocumentData>

Removes all pages from the document with the specified UUID.

Return

The result containing the updated document data.

Parameters

documentUuid

The UUID of the document.