# Delete a Custom Field from a task

This feature allows users to remove a custom field that has been added to a task. Once the user selects the custom field they wish to delete, they can click on the delete button to remove it from the task.&#x20;

This action will permanently delete the custom field from the task, and it cannot be recovered. The deletion of a custom field will not affect any other tasks in the project.

### Use Case:

An example use case for this feature could be when a custom field is no longer needed or is outdated. For instance, a project manager may have added a custom field to track a specific metric, but later determined that the metric is no longer relevant to the project.&#x20;

In such cases, they can use the "Delete a Custom Field from a task" feature to remove the unnecessary custom field and declutter the task details.&#x20;

### Steps to Use:

* Select a **task** from a **project**. Click it. The **task modal page** opens.
* Select the **Custom Field** section.
* **Click** the **edit button** of the **created custom field**.
* Click the **"Delete" button** & the custom field will be deleted.

<figure><img src="/files/Cr1Ersrro3cAvSKOE2lL" alt=""><figcaption><p>Deleting a Custom Field from a task</p></figcaption></figure>

<br>


---

# 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.17-access-custom-field/delete-a-custom-field-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.
