Skip to main content
DELETE
/
api
/
calls
/
analysis
/
clear-all
cURL
curl --request DELETE \
  --url http://localhost:8080/api/calls/analysis/clear-all \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-API-SECRET: <api-key>'
{
  "message": "Call analysis cleared for all calls",
  "status": "success",
  "error": null,
  "data": {
    "organization_id": "org-789",
    "cleared_count": 123
  }
}

Authorizations

X-API-KEY
string
header
required

API Key for MCP server and external service authentication

X-API-SECRET
string
header
required

API Secret for MCP server and external service authentication

Response

200 - application/json

Call analysis cleared for all calls

message
string
status
string
error
string
data
object