Vault.delete {solvebio} | R Documentation |
Vault.delete
Description
Delete a specific vault from SolveBio. This operation cannot be undone.
Usage
Vault.delete(id, env = solvebio:::.solveEnv)
Arguments
id |
String The ID of a SolveBio vault. |
env |
(optional) Custom client environment. |
References
Examples
## Not run:
Vault.delete("1")
## End(Not run)
[Package solvebio version 2.14.0 Index]