delete_collection
Permanently removes a collection and all its documents from the MCP Outline Server. Use to delete obsolete or unneeded sections of content, clean up workspace organization, or remove entire project collections. WARNING: Action is irreversible.
Instructions
Permanently removes a collection and all its documents.
Use this tool when you need to:
- Remove an entire section of content
- Delete obsolete project collections
- Remove collections that are no longer needed
- Clean up workspace organization
WARNING: This action cannot be undone and will delete all documents
within the collection.
Args:
collection_id: The collection ID to delete
Returns:
Result message confirming deletion
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"
}