Skip to main content

Documentation Index

Fetch the complete documentation index at: https://houseofdragon-079a8546.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

DELETE /rules/rule/{ruleId}
Headers: Authorization: Bearer <token> Response (200):
{
  "message": "Rule deleted successfully"
}
Deleting a rule is irreversible. Any SDK calls using this rule name will fail with a RULE_NOT_FOUND error after deletion.