Flows

Delete Multiple Flows

Delete multiple flows by their IDs.<br><br>Args:<br> flow_ids (List[str]): The list of flow IDs to delete.<br> user (User, optional): The user making the request. Defaults to the current active user.<br> db (Session, optional): The database session.<br><br>Returns:<br> dict: A dictionary containing the number of flows deleted.

delete/api/v1/flows/

Request body

string[] required

Response

Successful Response

{"stackTrail":"paths:/api/v1/flows/:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes