provider Workflow transition rules PUT
/rest/api/3/workflow/rule/config/delete @utdk/jira
/rest/api/3/workflow/rule/config/delete Delete workflow transition rule configurations
Deletes workflow transition rules from one or more workflows. These rule types are supported:
* [post functions](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-post-function/)
* [conditions](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-condition/)
* [validators](https://developer.atlassian.com/cloud/jira/platform/modules/workflow-validator/)
Only rules created by the calling Connect app can be deleted.
**Note:** The `draft` parameter in the request body WorkflowId is deprecated and will be removed from this API on [November 2, 2026](https://developer.atlassian.com/cloud/jira/platform/changelog/#CHANGE-3147).
**[Permissions](#permissions) required:** Only Connect apps can use this operation.
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.deleteworkflowtransitionruleconfigurations()