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