---
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

---

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