remove_tag_from_task
Remove a specific tag from a ClickUp task without deleting it from the Space. Requires task ID and tag name as inputs to streamline task organization and management.
Instructions
Remove a tag from a task. This does not delete the tag from the Space, just removes it from the specific task.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customTaskIds | No | Whether to use custom task IDs | |
tagName | Yes | Name of the tag to remove | |
taskId | Yes | ID of the task | |
teamId | No | Team ID (required when customTaskIds is true) |