# 6.2.8.4 Remove a Label from a Task

This feature allows users to remove a label associated with a task. Users can easily edit the task labels and remove any labels that are no longer needed or relevant.&#x20;

This feature can be useful for teams working on multiple projects and tasks, as it allows them to manage and track tasks with different labels easily. By removing irrelevant labels, the team can focus on the most important tasks and ensure that they are completed on time.

### Steps to Use:

* Select a **task**. The **task modal page** opens.
* Go to the **Label section.** &#x20;
* You will see **labels** **attached** to the **task.**
* **Choose** the **Label** you want to **remove**.
* **Click** the **cross (x) button** on that label.
* The specific label will be removed from the task. &#x20;

<figure><img src="/files/AhQz9hnqcpNWHkySMQAQ" alt=""><figcaption><p>Removing Label from a Task</p></figcaption></figure>

### Important Notes:

* You can **remove multiple labels** from a task, but you need to do it **one label at a time**.


---

# Agent Instructions: 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:

```
GET https://docs.onethreadapp.com/6.-managing-items/6.3-tasks/6.3.2-task-modal-activity-page-manage/6.2.8-label/6.2.8.4-remove-a-label-from-a-task.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
