---
title: "Clear issues"
method: DELETE
path: "/issues"
tags: ["Beta"]
---

# Clear issues

`DELETE /issues`

Removes all issues reported so far

## Response `200`

successful operation

- object
  - `usage` union
    - Usage — Usage of the hardware resources, spent to process the request
      - `hardware` union
        - HardwareUsage — Usage of the hardware resources, spent to process the request
          - `cpu` integer, required
          - `payload_io_read` integer, required
          - `payload_io_write` integer, required
          - `payload_index_io_read` integer, required
          - `payload_index_io_write` integer, required
          - `vector_io_read` integer, required
          - `vector_io_write` integer, required
        - unknown
      - `inference` union
        - InferenceUsage
          - `models` object, required
        - unknown
    - unknown
  - `time` number, float — Time spent to process this request
  - `status` string
  - `result` boolean

## Other responses

- `default` — error
- `4XX` — error

## Changes

- **2026-02-20** `26c6f383c006` — 1 breaking, 5 info
  - the response's body type/format changed from `boolean`/`` to `object`/`` for status `200`
  - added the media type `application/json` for the response with the status `4XX`
  - added the optional property `result` to the response with the `200` status
  - added the optional property `status` to the response with the `200` status
  - …2 more
- **2025-01-17** `a7900f38a79d` — 2 info
  - api tag `Beta` added
  - api tag `beta` removed

[Change history](https://skmtc.dev/qdrant/apis/qdrant-api/changes/issues/delete.md)

---

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