Workflow schemes
Delete workflow scheme
Deletes a workflow scheme. Note that a workflow scheme cannot be deleted if it is active (that is, being used by at least one project).
Permissions required: Administer Jira global permission.
delete/rest/api/3/workflowscheme/{id}
Path parameters
idinteger required
The ID of the workflow scheme. Find this ID by editing the desired workflow scheme in Jira. The ID is shown in the URL as schemeId. For example, schemeId=10301.
Response
Returned if the request is successful.
{"stackTrail":"paths:/rest/api/3/workflowscheme/{id}:delete:responses:204:content:application/json:schema","oasType":"schema","type":"unknown"}