curl --request DELETE \
--url http://localhost:8080/api/calls/{callId}/analysis \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Call analysis cleared successfully",
"status": "success",
"error": null,
"data": {
"organization_id": "org-789",
"call_id": "call-123"
}
}Clears analysis data for a call (current behavior).
curl --request DELETE \
--url http://localhost:8080/api/calls/{callId}/analysis \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "Call analysis cleared successfully",
"status": "success",
"error": null,
"data": {
"organization_id": "org-789",
"call_id": "call-123"
}
}API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication