businessRuleDelete
Permanently delete a business rule and all its associated data from the system.
Removes the business rule including all decision tables, expressions, and configuration. This action is irreversible and may affect dependent workflows and processes.
Possible errors:
- BUSINESS_RULE_NOT_FOUND: Business rule with the specified ID does not exist
- BUSINESS_RULE_DELETE_ERROR: Failed to delete the business rule due to system constraints
- FORBIDDEN: Insufficient permissions to delete business rules
AUTH: Role=[configuration.OWNER]
businessRuleDelete(
id: ID!
): Boolean!
Arguments
businessRuleDelete.id
● ID!
non-null scalar
Unique identifier of the business rule to permanently delete from the system
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.