---
title: "Bulk delete cached responses"
method: DELETE
path: "/api/caches/"
tags: ["caches"]
---

# Bulk delete cached responses

`DELETE /api/caches/`

Deprecated bulk delete endpoint for numeric internal cache entry IDs. Use `DELETE /api/caches/bulk/` for supported bulk deletion by `cache_keys` or `all`.

## Headers

- `Authorization` string, required

## Request body

- object
  - `ids` integer[], required — Numeric internal cache entry IDs to delete. JWT only.

## Response `200`

Bulk delete result.

- CachesDeleteCachedResponsesResponse200
  - `message` string, required — Human-readable result message.
  - `deleted_count` integer, required — Number of cache entries deleted.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Missing or invalid authentication

---

[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/77d94e49bc7a/schema)
