powered by
Delete a LaminDB entity. Currently only supports instances.
lamin_delete(instance, force = FALSE)
Identifier for the instance to delete (e.g. "owner/name")
Whether to force deletion without asking for confirmation
if (FALSE) { lamin_init("to-delete") lamin_delete("to-delete") }
Run the code above in your browser using DataLab