Authorization: ********************
{
"adherence_rule_notification_config_entry_id": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/deleteadherencerulenotificationconfigentry' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"adherence_rule_notification_config_entry_id": 0
}'
{}