gi-nx
gi-nx / deleteFlow
tsfunction deleteFlow(id: string): void;
Removes a flow from the project.
Parameters
| Parameter | Type | Description |
|---|
id | string | The id of the flow to delete. |
Returns
void
Throws
If no flow with the given id exists.
Example
tsgi.deleteFlow("my-flow-id");