deleteWithoutExport property

bool? deleteWithoutExport
final

Sub-organization deletion, by default, requires associated wallets and private keys to be exported for security reasons. Set this boolean to true to force sub-organization deletion even if some wallets or private keys within it have not been exported yet. Default: false.

Implementation

final bool? deleteWithoutExport;