PUT /rest/api/2/workflow/rule/config/delete

Deletes workflow transition rules from one or more workflows. These rule types are supported:

Only rules created by the calling Connect app can be deleted.

Permissions required: Only Connect apps can use this operation.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
workflows[] Array Yes

The list of workflows with transition rules to delete.

workflows[].workflowRuleIds[] Array Yes

The list of connect workflow rule IDs.

workflows[].workflowId Object Yes

Properties that identify a workflow.

workflows[].workflowId.draft Boolean Yes

Whether the workflow is in the draft state.

workflows[].workflowId.name String Yes

The name of the workflow.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.