---
title: "Deletes all key-value cache items belonging to an app"
method: DELETE
path: "/apps/{app-slug}/cache-items"
tags: ["key-value-cache"]
---

# Deletes all key-value cache items belonging to an app

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

Deletes all key-value cache items created by the builds of an app. Deleted cache items are no longer accessible and cannot be restored.

## Path parameters

- `app-slug` 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)
