processflow delete

The processflow delete command removes a process flow from your system.

Usage

processflow delete --n ProcessFlowName
RequiredArgumentDescription
Yes--n ProcessFlowNameSpecifies the process flow to delete. If the process flow name contains spaces, enclose the process flow name in quotes.

Example

This example deletes the process flow named My Process Flow.

processflow delete --n "My Process Flow"