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

# Bulk Delete Cached Responses

`DELETE /api/caches/bulk/`

DELETE /api/caches/bulk/ — Bulk delete cached responses.

Request body (exactly one of):
    {"ids": [1, 2, 3]}         — JWT only (internal integer PKs)
    {"cache_keys": ["k1","k2"]} — by cache_key_by_org_uuid
    {"all": true}              — deletes all cached responses for the org

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Changes

- **2026-07-31** `c26d550029f8` — 2 breaking, 5 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`
  - …3 more
- **2026-07-26** `77d94e49bc7a` — 1 breaking, 2 warning, 5 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `401`
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `401` status
  - added the non-success response with the status `403`
  - …4 more

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/caches/bulk/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)
