Beacon.delete {solvebio}R Documentation

Beacon.delete

Description

Delete a specific beacon from SolveBio.

Usage

Beacon.delete(id, env = solvebio:::.solveEnv)

Arguments

id

The ID of the beacon.

env

(optional) Custom client environment.

References

https://docs.solvebio.com/

Examples

## Not run: 
Beacon.delete("1234567890")

## End(Not run)


[Package solvebio version 2.14.0 Index]