Delete a flow
Soft delete a flow.
Marks a flow as deleted without permanently removing it from the database. Deleted flows are hidden from listings but can be recovered if needed.
Behavior
- Flow is marked with
deleted=trueflag - Flow no longer appears in list/get operations
- All versions of the flow are marked as deleted
- Can be recovered by support team if needed
Important Notes
- This is a soft delete, not a permanent deletion
- Associated executions and files are NOT deleted
- Deleted flows cannot be undeleted via API (contact support)
Header Parameters
Path Parameters
Response
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.
Show child attributes
Response Attributes
Standard error detail structure.
This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.