removePages

abstract fun removePages(documentUuid: String, pageUuids: List<String>): Result<DocumentData>

Removes pages with the specified UUIDs from the document.

Return

The result containing the updated document data.

Parameters

documentUuid

The UUID of the document.

pageUuids

The list of page UUIDs to remove.