Skip to main content
POST
/
api
/
outreach-metrics
/
clear-cache
Clear cached outreach metrics for the current user
curl --request POST \
  --url https://your-instance.example.com/api/outreach-metrics/clear-cache \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Cache cleared"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Cache cleared

success
boolean
message
string