Skip to content

MngDeleteWorkflowRule

Physically deletes a workflow chain from workflow_rules.

Production UI should prefer MngArchiveWorkflowRule unless permanent deletion is required.

Access

SESSION_ADMIN only.

Request Parameters

Name Type Required Description
id int Yes Workflow rule id

Request

{
  "command": "MngDeleteWorkflowRule",
  "extID": "1",
  "data": {
    "id": 1
  }
}

Response Data

{
  "id": 1
}