remove_workflow_from_collection
Eliminate a specific workflow from a collection by providing the collection and workflow IDs using this tool in the AYX-MCP-Wrapper server.
Instructions
Remove a workflow from a collection by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_id | Yes | ||
workflow_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"collection_id": {
"title": "Collection Id",
"type": "string"
},
"workflow_id": {
"title": "Workflow Id",
"type": "string"
}
},
"required": [
"collection_id",
"workflow_id"
],
"title": "remove_workflow_from_collectionArguments",
"type": "object"
}