# Clear the cache

Clears a specific cache using the cache name or clears all caches when the name is defined as all. {% admonition type="info" name="Note" %}We strongly recommend that you do not clear your caches during periods of high system load. This can temporarily degrade performance and increase response times for some users.{% /admonition %}

Endpoint: DELETE /api/cache/{name}
Version: v1.0
Security: OAuth2.0

## Path parameters:

  - `name` (string, required)
    The name of the cache to clear. Use all to clear all caches.


## Response 200 fields

## Response 400 fields

## Response 401 fields

## Response 404 fields
