---
title: "Delete a cached response"
method: DELETE
path: "/api/caches/{cache_key}/"
tags: ["caches"]
---

# Delete a cached response

`DELETE /api/caches/{cache_key}/`

Delete one cached response by its organization-scoped cache key.

## Path parameters

- `cache_key` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Other responses

- `401` — Authentication failed.
- `403` — The caller cannot delete caches.
- `404` — Cached response not found.

---

[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/revisions/4e064cf81dae/schema)
