---
title: "Cancel a queued async request."
method: DELETE
path: "/async_request/{request_id}"
---

# Cancel a queued async request.

`DELETE /async_request/{request_id}`

Cancels an async request. Only requests with `QUEUED` status may be canceled. Rate limited to 20 requests per second.

## Path parameters

- `request_id` string, required

## Response `200`

Result of an async request cancellation.

- object
  - `request_id` string, required — The ID of the async request.
  - `canceled` boolean, required — Whether the request was canceled.
  - `message` string, required — Additional details about whether the request was canceled.

## Other responses

- `401` — Error response.
- `429` — Error response.

---

[API](https://skmtc.net/baseten/apis/baseten-inference-api.md) · [All operations](https://skmtc.net/baseten/apis/baseten-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baseten/baseten-inference-api/versions/a55a2f64c3c5/schema)
