---
title: "Delete Cached Responses"
method: DELETE
path: "/api/caches/"
tags: ["caches"]
---

# Delete Cached Responses

`DELETE /api/caches/`

DEPRECATED: Batch delete via DELETE /api/caches/ with {"ids": [...]}.
Use DELETE /api/caches/bulk/ instead. Kept for backward compatibility.
JWT only — integer IDs are internal and not exposed via API key.

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Changes

- **2026-07-31** `c26d550029f8` — 2 breaking, 2 info
  - removed the request body
  - removed the media type `application/json` for the response with the status `200`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/caches/delete.md)

---

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