Authorization: ********************
{
"consent_id": 0,
"revoked": "1s",
"consent_profile_id": "string",
"content": "string",
"channel_type": "CHANNEL_CALL",
"revoked_reason": "string",
"content_type": "CT_PHONE_NUMBER"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/revokeconsent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"consent_id": 0,
"revoked": "1s",
"consent_profile_id": "string",
"content": "string",
"channel_type": "CHANNEL_CALL",
"revoked_reason": "string",
"content_type": "CT_PHONE_NUMBER"
}'
{}