curl --request DELETE \
--url https://api.decodahealth.com/billing/rule-set/delete/{rule_set_id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a RuleSet and all its associated Rules.
curl --request DELETE \
--url https://api.decodahealth.com/billing/rule-set/delete/{rule_set_id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}