Skip to contents

Delete a LaminDB entity. Currently only supports instances.

Usage

lamin_delete(instance, force = FALSE)

Arguments

instance

Identifier for the instance to delete (e.g. "owner/name")

force

Whether to force deletion without asking for confirmation

Examples

if (FALSE) { # \dontrun{
lamin_init("to-delete")
lamin_delete("to-delete")
} # }