delete_workflow
Soft delete a workflow to temporarily remove it, enabling recovery if needed. Specify the workflow ID to manage workflows efficiently within the workflows-mcp server.
Instructions
Soft delete a workflow (can be recovered)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}