Delete Ledger
qldb_delete_ledger | R Documentation |
Deletes a ledger and all of its contents¶
Description¶
Deletes a ledger and all of its contents. This action is irreversible.
If deletion protection is enabled, you must first disable it before you
can delete the ledger. You can disable it by calling the update_ledger
operation to set this parameter to false
.
Usage¶
Arguments¶
Name
[required] The name of the ledger that you want to delete.
Value¶
An empty list.