---
title: "Deletes a key-value cache item"
method: DELETE
path: "/apps/{app-slug}/cache-items/{cache-item-id}"
tags: ["key-value-cache"]
---

# Deletes a key-value cache item

`DELETE /apps/{app-slug}/cache-items/{cache-item-id}`

Deletes a key-value cache item. Deleted cache items are no longer accessible and cannot be restored.

## Path parameters

- `app-slug` string, required
- `cache-item-id` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/revisions/89468e4a014b/schema)
