Function: deleteBackup()
function deleteBackup(
ctx: CloudServiceOperationContext,
key: string
): Promise<CloudBackupEntry[]>;
Defined in: electron/services/cloud/CloudService.backupOperations.ts:210
Deletes the specified remote backup and its metadata sidecar.
Parameters
ctx
key
string