Skip to content

Delete Run Group

omics_delete_run_group R Documentation

Deletes a run group and returns a response with no body if the operation is successful

Description

Deletes a run group and returns a response with no body if the operation is successful.

To verify that the run group is deleted:

  • Use list_run_groups to confirm the workflow no longer appears in the list.

  • Use get_run_group to verify the workflow cannot be found.

Usage

omics_delete_run_group(id)

Arguments

id

[required] The run group's ID.

Value

An empty list.

Request syntax

svc$delete_run_group(
  id = "string"
)