Admin Cache API
The Admin Cache API lets you purge the tenant cache.
Endpoints
All the following routes are relative to the base route of the admin endpoint:
| Method | URL | Description |
|---|---|---|
| DELETE | /cache | Clears the entire cache for a given tenant. |
| DELETE | /cache/<identifier> | Clears the cache for the content collection entity identified by its identifier. |
Response
A successful query returns the accepted status code (202).
If you have suggestions for improving this article, let us know!