---
url: https://gudhub.com/docs/rest-api/clear-cashe/
title: "Clear Cache\n                #"
description: "This is the only request that the user does not have access to. As you may have gathered, it clears the application cache. This is the only request for clearing"
lang: uk
updated: 2026-09-08T15:41:22.334Z
---

# Clear Cache [#](https://gudhub.com/docs/rest-api/clear-cashe/#clear-cache)

This is the only request that the user does not have access to. As you may have gathered, it clears the application cache.

## new/app/clearCache [#](https://gudhub.com/docs/rest-api/clear-cashe/#new-app-clearcache)

This is the only request for clearing the cache.

### Request [#](https://gudhub.com/docs/rest-api/clear-cashe/#request)

| Request Method | Content Type | Request URL |
| :-- | :-- | :-- |
| `GET` | `Query String Parameters` | `https://gudhub.com/GudHub_Temp/api/new/app/clearCache` |

It contains token and application ID.

| Name | Type | Description |
| :-- | :-- | :-- |
| app | `object` | _application object, which is created_ |
| token | `string` | _using for getting access_ |

_**Example:**_

Copy

```json
token:midj_xxlu-x-.odhkxrlh_cokrlroe_cyhymgwgi
app_id:3733
```

### Response [#](https://gudhub.com/docs/rest-api/clear-cashe/#response)

In the result will be a message about successful cleaning.

Copy

```json
Cache for application with id=3733 is cleared

https://gudhub.com/GudHub_Temp/api/new/app/clearCache?app_id=30&token=kaqqvbddvebwcvjkupdovnpolpbdhjs-pacr-.mwje
```

### Status Code [#](https://gudhub.com/docs/rest-api/clear-cashe/#status-code)

| Name | Description |
| :-- | :-- |
| 200 Ok | cache is cleaned |
