Directus / @directus/sdk / rest / deleteFlow
Function: deleteFlow() ​
deleteFlow<
Schema>(key):RestCommand<void,Schema>
Defined in: rest/commands/delete/flows.ts:30
Delete an existing flow.
Type Parameters ​
• Schema
Parameters ​
key ​
DirectusFlow<Schema>["id"]
Returns ​
RestCommand<void, Schema>
Throws ​
Will throw if key is empty