# Cancel a request

If an intake request is no longer needed and shouldn't be made into an event, you can cancel it. Once a request is canceled, it cannot be reopened, but you can still view the request details.

{% stepper %}
{% step %}
Open a request.

<figure><img src="/files/v2Y6Q1UqAVY5j6d48Vnx" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click **Cancel request**. The request is moved to Canceled status.
{% endstep %}
{% endstepper %}


---

# 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.fairmarkit.com/buyers/requests-intake-buyers/cancel-a-request.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.
