clickup_tag_delete
Remove a tag from a ClickUp space to delete it from all associated tasks. This action permanently deletes the tag while keeping tasks intact.
Instructions
Delete a tag from a ClickUp space. The tag is removed from every task that uses it (the tasks themselves are not affected). Destructive and irreversible. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ID of the space containing the tag. Obtain from clickup_space_list (field: id). | |
| tag_name | Yes | Name of the tag to delete. Obtain from clickup_tag_list (field: name). |