Delete_Folder
Remove empty folders from SharePoint by specifying the folder path using the MCP server integration, streamlining document and folder management.
Instructions
Delete an empty folder from SharePoint
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| folder_path | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "folder_path": {
      "title": "Folder Path",
      "type": "string"
    }
  },
  "required": [
    "folder_path"
  ],
  "title": "delete_folderArguments",
  "type": "object"
}