# Delete Stage

`Delete_Stage` deletes a single GovTribe stage using its GovTribe ID.

## Output Contract

* Top-level keys:
  * `response`
* Row keys:
  * `n/a`
* Relationship retrieval map:
  * `stage_id` (input context)
    * `tool`: `Search_Stages`
    * `filter`: `stage_ids`
    * `fallback`: after deletion this lookup may return zero rows; use previously captured pipeline or stage context for audit history.

## Usage Patterns

Pattern A: Delete a known stage directly. Tool: `Delete_Stage`

```json
{
  "stage_id": "<STAGE_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-stage.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.
