PUT /rest/api/2/workflow/rule/config/delete
Deletes workflow transition rules from one or more workflows. These rule types are supported:
- post functions
- conditions
- validators
Only rules created by the calling Connect app can be deleted.
Permissions required: Only Connect apps can use this operation.
Servers
- https://your-domain.atlassian.net
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.