Workflow schemes
Delete issue types for workflow in workflow scheme
Deletes the workflow-issue type mapping for a workflow in a workflow scheme.
Note that active workflow schemes cannot be edited. If the workflow scheme is active, set updateDraftIfNeeded to true and a draft workflow scheme is created or updated with the workflow-issue type mapping deleted. The draft workflow scheme can be published in Jira.
Permissions required: Administer Jira global permission.
delete/rest/api/3/workflowscheme/{id}/workflow
Path parameters
idinteger required
The ID of the workflow scheme.
Query parameters
workflowNamestring required
The name of the workflow.
updateDraftIfNeededboolean
Set to true to create or update the draft of a workflow scheme and delete the mapping from the draft, when the workflow scheme cannot be edited. Defaults to false.
Response
Returned if the request is successful.