Skip to main content
DELETE
/
api
/
calls
/
{callId}
/
analysis
cURL
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"
  }
}

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

Path Parameters

callId
string
required

Response

200 - application/json

Call analysis cleared successfully

message
string
status
string
error
string
data
object