Rule.Cancel

Cancels the creation or modification of a rule. This action must be specified as a subcommand of Rule.Action.

Parameters

Compose.id (Required)

Specifies the identifier of the rule item, as returned from Rule.CreateType or Rule.Read.

Rule.Cancel (Required)

Specifies the required subcommand.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Returns the same values as Rule.List.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type=hidden name=User.context value=xyz>
   <INPUT type=hidden name=action value=Rule.Action> 
   <INPUT type=hidden name= Rule.Cancel value=1 >
   <INPUT type=hidden name=Compose.id value=1>
       src="btncancelus.gif">
</FORM>