---
title: "Delete project cache volumes"
method: DELETE
path: "/api/projects/{projectId}/cache"
tags: ["Resources"]
---

# Delete project cache volumes

`DELETE /api/projects/{projectId}/cache`

Delete project cache volumes. Deletes or detaches the target resource and returns the action status.

## Path parameters

- `projectId` string, required

## Response `200`

Cache cleared

- MessageResponse — Generic action result message used by endpoints that do not return a dedicated resource.
  - `message` string — Human-readable status or error message.
  - `status` string — Current status value.
  - `success` boolean — Whether the requested action succeeded.

---

[API](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/b18486c48a70/schema)
