Skip to main content

Delete Multiple Flows

Delete multiple flows by their IDs.

Args: flow_ids (List[str]): The list of flow IDs to delete. user (User, optional): The user making the request. Defaults to the current active user. db (Session, optional): The database session.

Returns: dict: A dictionary containing the number of flows deleted.

Request Body REQUIRED
uuid[]
Responses
200

Successful Response

Schema OPTIONAL
undefined
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type

Hi, how can I help you?