Authorization: ********************
{
"mail_box": "string",
"caller_sid": "string",
"caller_type": "INBOUND"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/vmds/deletevoicemail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mail_box": "string",
"caller_sid": "string",
"caller_type": "INBOUND"
}'
{}