Vault.delete {solvebio} | R Documentation |
Delete a specific vault from SolveBio. This operation cannot be undone.
Vault.delete(id, env = solvebio:::.solveEnv)
id |
String The ID of a SolveBio vault. |
env |
(optional) Custom client environment. |
## Not run:
Vault.delete("1")
## End(Not run)