clickup_tag_delete
Delete a tag from a ClickUp space. The tag is removed from all tasks that use it, without affecting the tasks themselves.
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). |