circle-exclamation
This documentation is currently under development. Certain sections are not yet complete and will be added shortly.

Cache

Clear all cached data for the tenant

delete
/api/{tenantId}/cache

Removes all cached entries for the current tenant from the distributed cache system (FusionCache).

Use Cases

  • Force refresh of configuration changes

  • Clear stale data after external updates

  • Troubleshoot caching issues

  • Reset state during development/testing

Authorization

Requires Cache.Write scope permission.

Impact

  • Subsequent requests will regenerate cached data

  • May cause temporary performance degradation

  • Only affects the specified tenant's cache

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
tenantIdstringRequired
Responses
delete
/api/{tenantId}/cache
204

Cache cleared successfully for the tenant.

No content

Last updated