curl --request POST \ --url {{baseUrlAdmin}}/api/internal/cache/clear \ --header 'Authorization: Bearer <your-auth-token>' \ --header 'Content-Type: application/json' \ --data '{"cacheNames": ["flowx:core:cache"]}'
{ "status": "success" }
{ "cacheNames": [ "flowx:core:cache" ] }
Was this page helpful?