Skip to contents

Delete a specific beacon set (including all its beacons) from QuartzBio EDP.

Usage

BeaconSet.delete(id, env = get_connection())

Arguments

id

The ID of the beacon set.

env

(optional) Custom client environment.

Examples

if (FALSE) {
BeaconSet.delete("1234")
}