Delete Flow
Deletes the flow(s), identified with the IDs <flowIds>.
URI: POST /resource/delete/flow
Parameters
Parameters in bold are mandatory
Location | Name | Description | Type |
---|---|---|---|
querystring | flowIds | The ID(s) of the flow(s) you want to delete. See Get Resource ID for further details on how to retrieve IDs. | str, or list for multiple flows. |
body | flowLabels | The name(s) of the flow(s) to delete. | str, or list for multiple names. |
To see details on possible response codes, go to API Responses.