wfm.DeleteEvent

This job deletes one or more workflow events of a specific workflow model.

1. Input Parameters

Name Type Required Description

OrganisationId

STRING

Yes

ID of the organization

WorkflowId

STRING

Yes

ID of the workflow model

EventIds

STRING

Yes

Comma-separated GUID list of events to delete

ClientTypeId

STRING

Yes

ID of the client type used

2. Return Value

(INT): 0 = Job successful, otherwise error code.

3. See Also