delete_collection
Remove a specific collection by its ID using the AYX-MCP-Wrapper server to manage Alteryx resources efficiently.
Instructions
Delete a collection by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"collection_id": {
"title": "Collection Id",
"type": "string"
}
},
"required": [
"collection_id"
],
"title": "delete_collectionArguments",
"type": "object"
}