deleteWorkflow
inline suspend fun OmicsClient.deleteWorkflow(crossinline block: DeleteWorkflowRequest.Builder.() -> Unit): DeleteWorkflowResponse
Deletes a workflow by specifying its ID. No response is returned if the deletion is successful.
To verify that the workflow is deleted:
Use
ListWorkflows
to confirm the workflow no longer appears in the list.Use
GetWorkflow
to verify the workflow cannot be found.