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
}
}Clears analysis data for calls (current behavior).
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
}
}API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication