---
title: "Cancel an unfinished interrogation request"
method: DELETE
path: "/v2/interrogate/status/{id}"
tags: ["v2"]
---

# Cancel an unfinished interrogation request

`DELETE /v2/interrogate/status/{id}`

This request will return all already interrogated image results.

## Headers

- `Client-Agent` string
- `X-Fields` string, mask

## Response `200`

Interrogation Request Status

- InterrogationStatus
  - `state` string — The overall status of this interrogation.
  - `forms` InterrogationFormStatus[]
    - `form` string — The name of this interrogation form.
    - `state` string — The overall status of this interrogation.
    - `result` InterrogationFormResult
      - `*` object

## Other responses

- `404` — Request Not found

---

[API](https://skmtc.net/haidra-org/apis/ai-horde.md) · [All operations](https://skmtc.net/haidra-org/apis/ai-horde/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haidra-org/ai-horde/versions/dfeb0bedd935/schema)
