deleteBackup

abstract suspend fun deleteBackup(version: String)

Delete a keys backup version. It will delete all backed up keys on the server, and the backup itself. If we are backing up to this version. Backup will be stopped.

Parameters

version

the backup version to delete.