Purpose
This Web service deletes a rule
instance, removing it from the database and from the CEP runtime engine.
Syntax
void deleteRuleInstance (String type,String name)
Input
type:
For a description of each of the rule types, see
Business Rules. The following is a list of
valid rule types:
- Duration of Stay in Zone
- Items Association
- Man Down Detection
- Maximum Items per Zone Threshold
- Visitor Escorting
- Zone Access Restriction
- Zone Exit Restriction
name: The unique name
for this rule. The maximum name length size is 64 bytes. Quotation
marks cannot be used.