Omics / Client / delete_run_group

delete_run_group

Omics.Client.delete_run_group(**kwargs)

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 ListRunGroups to confirm the workflow no longer appears in the list.

  • Use GetRunGroup to verify the workflow cannot be found.

See also: AWS API Documentation

Request Syntax

response = client.delete_run_group(
    id='string'
)
Parameters:

id (string) –

[REQUIRED]

The run group’s ID.

Returns:

None

Exceptions