---
title: "Purge Cache"
method: POST
path: "/purge/{subdomain}"
tags: ["API Endpoints"]
---

# Purge Cache

`POST /purge/{subdomain}`

You can purge cache for any image by using our cache purge API.

## Path parameters

- `subdomain` string, required

## Request body

- object
  - `paths` string[] — An array of path of images to purge. It should be provided without any query parameters.

## Response `200`

200

## Other responses

- `400` — 400

---

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