Skip to main content
DELETE
/
billing
/
rule
/
delete
/
{rule_id}
Delete Rule
curl --request DELETE \
  --url https://api.decodahealth.com/billing/rule/delete/{rule_id} \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

rule_id
string
required

Response

Successful Response