Delete a flow
flows
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)
DELETE
Delete a flow
Authorizations
API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY
Example:
JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN
Example:
Path Parameters
Response
Flow successfully deleted (soft delete)