For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DiscordPlatform
DocumentationIntegrationsAPI referenceSDKsChangelog
DocumentationIntegrationsAPI referenceSDKsChangelog
  • API Reference
      • GETList cached responses
      • POSTList cached responses with filters
      • DELBulk delete cached responses
      • GETRetrieve a cached response
      • GETGet cache summary
      • POSTGet filtered cache summary
      • DELDelete all cached responses
  • Reference
    • Filters API Reference
LogoLogo
DiscordPlatform
API ReferenceCaches

Delete all cached responses

DELETE
https://api.respan.ai/api/caches/delete-all/
DELETE
/api/caches/delete-all/
$curl -X DELETE https://api.respan.ai/api/caches/delete-all/ \
> -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
1{
2 "message": "Successfully deleted all cached responses for your organization",
3 "deleted_count": 15
4}
Delete all cached responses for the current organization. This cache management endpoint currently requires dashboard JWT authentication.
Was this page helpful?
Previous

Health check

Next
Built with

Headers

AuthorizationstringRequired

Bearer JWT token for dashboard-authenticated cache management endpoints.

Response

Delete-all result.

messagestring

Human-readable result message.

deleted_countinteger
Number of cache entries deleted.

Errors

401
Unauthorized Error