remove_content_from_categories
Remove a content item from specified channel categories without deleting it. Provide workspace, content, channel, and category IDs to update category assignments.
Instructions
Remove a content item from one or more channel categories.
The content item itself is not deleted.
workspace_id: target workspace ID — get available IDs from list_workspaces()
content_id: ID of the content item
channel_id: ID of the channel
category_ids: IDs of the categories to remove the content from
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| content_id | Yes | ||
| category_ids | Yes | ||
| workspace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |