Authorization: ********************
{
"correction_sid": 0,
"return": true
}
curl --location --request POST 'https://api.cbf.tcn.com/wfo/vanalytics/v2/deletecorrection' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"correction_sid": 0,
"return": true
}'
{
"correction": {
"correction_sid": 0,
"transcript_sid": 0,
"start_offset": "string",
"end_offset": "string",
"proposed_text": "string",
"channel": 0
}
}