BeaconSet.delete {solvebio} | R Documentation |
Delete a specific beacon set (including all its beacons) from SolveBio.
BeaconSet.delete(id, env = solvebio:::.solveEnv)
id |
The ID of the beacon set. |
env |
(optional) Custom client environment. |
## Not run:
BeaconSet.delete("1234")
## End(Not run)