Skip to contents

Delete a specific object from QuartzBio EDP.

Usage

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

Arguments

id

The ID of the object.

env

(optional) Custom client environment.

Examples

if (FALSE) {
Object.delete("1234567890")
}