This documentation is currently under development. Certain sections are not yet complete and will be added shortly.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
tenantIdstringRequired
Responses
204

Cache cleared successfully for the tenant.

No content

delete/api/{tenantId}/cache
204

Cache cleared successfully for the tenant.

No content

Last updated