Overview
Thedelete_workflow function permanently deletes an AI workflow from the system.
Function Signature
Parameters
The unique identifier of the workflow to delete
Return Value
ReturnsResult<()> indicating success or failure.
Basic Usage
Error Handling
Important Notes
- This operation is irreversible
- All workflow data including execution history will be deleted
- Active workflows must be deactivated before deletion
- You must have appropriate permissions to delete workflows
Rate Limits
- Delete operations: 20 requests per minute
- Burst limit: 5 requests per second
Related Functions
- fetch_workflow - Get workflow by ID
- update_workflow - Update workflow configuration
- create_workflow - Create a new workflow
