Oracle Web Services On Demand Guide > Web Services On Demand API Calls > Administrative Services API Calls >

WorkflowRuleSetDelete


Deletes workflow rule configuration data.

Usage

Use the WorkflowRuleSetDelete method to delete workflow rules and the associated workflow action configuration data. The Manage Workflow Rules privilege is required.

You can delete workflow rule sets by specifying values for the <RecordType>, <TriggerEvent>, and <ParentRecordType> child elements of apQuery:WorkflowRuleSet. You can specify the following combinations of elements:

  • <WorkflowName>
  • <WorkflowName> and <RecordType>
  • <WorkflowName> and <TriggerEvent>
  • <WorkflowName> and <RecordType> and <TriggerEvent>
  • <WorkflowName> and <RecordType> and <TriggerEvent> and <ParentRecordType>
  • <RecordType> and <TriggerEvent>

You can delete an individual workflow rule by specifying a value for <WorkflowName>. Upon deletion of a workflow rule, the other workflow rules in the set are re-ordered accordingly.

When <WorkflowName>, <RecordType> and <TriggerEvent> are all specified for a delete request, only records that match all three values are deleted.

See WorkflowRuleSetUpsert for information about the workflow rule data specified in apQuery:WorkflowRuleSet.

Arguments

Table 180 describes the arguments taken by the WorkflowRuleSetDelete method.

Table 180. Arguments Taken by the WorkflowRuleSetDelete Method
Name
Description
Required
Default
I/O

apQuery:WorkflowRuleSet

The workflow rule set.

Yes

Not applicable

Input

Status

The status of the call.

Not applicable

Not applicable

Output

Return Value of the Call

The status is returned.

Oracle Web Services On Demand Guide, Version 25.0 (Oracle CRM On Demand Release 37) Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.