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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.decodahealth.com/llms.txt
Use this file to discover all available pages before exploring further.