delete_flow
Remove API workflow configurations by specifying the flow ID to manage your backend development environment and testing processes.
Instructions
Delete a flow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowId | Yes | ID of the flow to delete |
Input Schema (JSON Schema)
{
"properties": {
"flowId": {
"description": "ID of the flow to delete",
"type": "string"
}
},
"required": [
"flowId"
],
"type": "object"
}