Authorization: ********************
{
"auto_evaluation_id": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/scorecards/scorecards/deleteautoevaluation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"auto_evaluation_id": 0
}'
{
"auto_evaluation": {
"auto_evaluation_id": 0,
"scorecard_id": 0,
"call_sid": 0,
"agent_user_id": "string",
"auto_evaluation_sections": [
{
"auto_evaluation_section_id": 0,
"auto_evaluation_id": 0,
"section_id": 0,
"sort_order": 0,
"deleted_at": "1s",
"created_at": "1s",
"auto_evaluation_questions": [
{
"auto_evaluation_question_id": 0,
"auto_evaluation_id": 0,
"auto_evaluation_section_id": 0,
"auto_question_id": 0,
"flagged": [
0
],
"passed": true,
"sort_order": 0,
"risk_level": "RISK_LEVEL_NONE",
"expression_matched": true
}
],
"risk_level": "RISK_LEVEL_NONE"
}
],
"completed_at": "1s",
"deleted_at": "1s",
"call_type": "INBOUND",
"transcript_sid": 0,
"expression_matched": true,
"risk_level": "RISK_LEVEL_NONE",
"call_length": 0,
"scorecard_info": {
"title": "string"
},
"category_info": {
"title": "string"
},
"channel_type": "CHANNEL_TYPE_EMAIL",
"call_metadata": {
"call_sid": 0,
"call_type": "INBOUND"
},
"conversation_metadata": {
"conversation_sid": 0
}
}
}