Skip to content

Delete Workflow

omics_delete_workflow R Documentation

Deletes a workflow by specifying its ID

Description

Deletes a workflow by specifying its ID. This operation returns a response with no body if the deletion is successful.

To verify that the workflow is deleted:

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

  • Use get_workflow to verify the workflow cannot be found.

Usage

omics_delete_workflow(id)

Arguments

id

[required] The workflow's ID.

Value

An empty list.

Request syntax

svc$delete_workflow(
  id = "string"
)