跳到主要内容

删除多个流程

按流程ID列表删除多个流程。

参数:flow_ids (List[str]):要删除的流程ID列表。 user (User, optional):发出请求的用户。默认为当前活动用户。 db (Session, optional):数据库会话。

返回:dict:包含已删除流程数量的字典。

请求正文 必需
uuid[]
响应
200

成功响应

Schema 可选
undefined
422

验证错误

Schema 可选
detail object[] 可选
loc undefined[]
msg Message
type Error Type
Search