> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/ko/organize-and-manage-notes/organize-with-tags/rename-and-delete-tags.md).

# 태그 이름 변경 및 삭제하기

UpNote에서는 태그 이름을 쉽게 변경하거나 삭제할 수 있습니다.\
태그를 **이름 변경(Rename)** 하거나 **삭제(Delete)** 하면, 해당 태그를 사용하는 **모든 노트**에 동일하게 반영됩니다.

***

#### **데스크톱(Desktop)**

**단일 태그 이름 변경 또는 삭제**

* 노트 안의 태그를 **오른쪽 클릭(Right-click)** 한 뒤, 메뉴에서 **이름 변경(Rename)** 또는 **삭제(Delete)** 를 선택합니다.
* 또는 사이드바의 태그 옆에 있는 **더보기(⋯)** 버튼을 클릭하고 **이름 변경** 또는 **삭제**를 선택할 수도 있습니다.

{% hint style="warning" %}
태그를 이름 변경하거나 삭제하면, 해당 태그가 포함된 **모든 노트에 동일하게 적용됩니다.**
{% endhint %}

***

**여러 태그를 한 번에 삭제하기**

1. 사이드바에서 **태그(Tags)** 레이블을 클릭해 **태그 보기 화면**으로 이동합니다.
2. 여러 개의 태그를 선택합니다.
3. 상단의 **삭제(Delete)** 버튼을 클릭합니다.

<figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FX06aUHZoTTniNkEKBtN1%2Fimage.png?alt=media&#x26;token=1625b55b-ede1-4414-bf87-8fc089a60afd" alt=""><figcaption></figcaption></figure>

***

#### **모바일(Mobile)**

**iOS**

* 사이드바에서 태그를 **왼쪽으로 스와이프(Swipe left)** 하고 **편집(Edit)** 버튼을 눌러 이름을 변경합니다.

**Android**

* 사이드바에서 태그를 **길게 누른(Long tap)** 후, **편집(Edit)** 을 선택하여 이름을 변경합니다.

***

#### 💡 **팁 (Tips)**

* 태그 이름을 변경하면, 해당 태그가 있는 모든 노트에서 즉시 반영됩니다 — 개별적으로 수정할 필요가 없습니다.
* 태그를 삭제해도 **노트 내용은 그대로 유지되며**, 태그만 제거됩니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.getupnote.com/ko/organize-and-manage-notes/organize-with-tags/rename-and-delete-tags.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
