Authorization: ********************
{
"matching_rule_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/services/billing/v1alpha4/deletematchingrule' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"matching_rule_id": "string"
}'
{}