Authorization: ********************
{
"org_id": "string",
"evaluation_id": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/scorecards/scorecardssupport/deleteevaluationbyorgid' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string",
"evaluation_id": 0
}'
{
"evaluation": {
"evaluation_id": 0,
"scorecard_id": 0,
"scorer_id": "string",
"call_sid": 0,
"score": 0,
"evaluation_state": "EVALUATION_IN_PROGRESS",
"evaluation_sections": [
{
"evaluation_section_id": 0,
"evaluation_id": 0,
"section_id": 0,
"points": 0,
"possible_points": 0,
"sort_order": 0,
"deleted_at": "1s",
"created_at": "1s",
"evaluation_questions": [
{
"evaluation_question_id": 0,
"evaluation_id": 0,
"scorecard_question_id": 0,
"skipped": true,
"points": 0,
"answers": [
{
"answer_points": 0
}
],
"evaluation_section_id": 0,
"comment": "string",
"sort_order": 0
}
],
"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
}
],
"skipped": true
}
],
"completed_at": "1s",
"deleted_at": "1s",
"agent_user_id": "string",
"call_type": "INBOUND",
"transcript_sid": 0,
"custom_fields": [
{
"key": "string",
"field": "string"
}
],
"deleted_by": "string",
"is_recoverable": true,
"channel_type": "CHANNEL_TYPE_EMAIL",
"call_metadata": {
"call_sid": 0,
"call_type": "INBOUND"
},
"conversation_metadata": {
"conversation_sid": 0
}
}
}