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