Deletes a backup plan. A backup plan can only be deleted after all associated selections of resources have been deleted. Deleting a backup plan deletes the current version of a backup plan. Previous versions, if any, will still exist.
backup_delete_backup_plan(BackupPlanId)[required] Uniquely identifies a backup plan.
A list with the following syntax:
list(
  BackupPlanId = "string",
  BackupPlanArn = "string",
  DeletionDate = as.POSIXct(
    "2015-01-01"
  ),
  VersionId = "string"
)
svc$delete_backup_plan( BackupPlanId = "string" )