---
title: "Cancel a queued request"
method: POST
path: "/requests/{request_id}/cancel"
tags: ["Requests"]
---

# Cancel a queued request

`POST /requests/{request_id}/cancel`

Cancel a request that has not started processing. A successful response has no body.

## Path parameters

- `request_id` string, uuid, required

## Response `202`

The request was canceled.

## Other responses

- `400` — The request has already started and can no longer be canceled.
- `401` — Missing or invalid API credentials.
- `404` — The request does not exist or belongs to another account.

---

[API](https://skmtc.dev/higgsfield/apis/higgsfield-api.md) · [All operations](https://skmtc.dev/higgsfield/apis/higgsfield-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/higgsfield/higgsfield-api/revisions/374f308d7093/schema)
