Feed ManagementWrite

Delete Feed

delete_feed

Permanently delete a feed and all its sync job history. This cannot be undone.

Parameters

ParameterTypeRequiredDescription
workspaceIdstringrequiredWorkspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces).
feedIdstringrequiredFeed ID — get from list_feeds

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "delete_feed",
"arguments": {
"workspaceId": "workspaceId_123",
"feedId": "feedId_123"
}
}

Use this tool in

Related Feed Management tools