# Delete Task

`Delete_Task` removes a task record using a single GovTribe task ID.

## Output Contract

* Top-level keys:
  * `response`
* Row keys:
  * `n/a`
* Relationship retrieval map:
  * `task_id` (input context)
    * `tool`: `Search_Tasks`
    * `filter`: `task_ids`
    * `fallback`: after deletion, this lookup may return zero rows; use your previously captured task context for audit history.

## Usage Patterns

Pattern A: Direct delete when the task ID is already known. Tool: `Delete_Task`

```json
{
  "task_id": "<TASK_ID>"
}
```


---

# 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.govtribe.com/user-guide/mcp/tools/delete-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.
