Skip to contents

Delete a specific application from QuartzBio EDP.

Usage

Application.delete(client_id, env = get_connection())

Arguments

client_id

The client ID for the application.

env

(optional) Custom client environment.

Examples

if (FALSE) {
Application.delete("abcd1234")
}