Clear cache
Clear specific application caches to force refresh of cached data and resolve performance issues
POST
This endpoint allows administrators to clear specific application caches within the FlowX platform. Cache clearing is typically used during maintenance, after configuration changes, or when troubleshooting performance issues that may be caused by stale cached data.Documentation Index
Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
Use this file to discover all available pages before exploring further.
This operation requires admin-level authentication and should only be performed by authorized system administrators.
The base URL of your FlowX Admin application. This is the admin interface endpoint where administrative operations are performed.Example:
https://admin.your-domain.comBearer token for admin authentication. Must be a valid admin user token with cache management permissions.Format:
Bearer <your-admin-token>Must be set to
application/json for proper request processing.Array of cache names to be cleared. Each cache name should be a valid string identifier for an existing cache in the system.
flowx:core:cache- Core application cache
Response
Indicates the success or failure of the cache clearing operation.
success- Cache clearing completed successfullyerror- Cache clearing failed
Optional descriptive message providing additional details about the operation result.
Array of cache names that were successfully cleared. Only present in successful responses.
ISO 8601 timestamp of when the operation was completed.
Last modified on June 2, 2026

