Skip to content

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

qldb_delete_ledger(Name)

Arguments

Name

[required] The name of the ledger that you want to delete.

Value

An empty list.

Request syntax

svc$delete_ledger(
  Name = "string"
)