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 Jiraglobal permission.
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.
Responses
🟢204Returned if the request is successful.
application/json
Body
No schema defined
🟠400Returned if the scheme is active.
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user does not have the necessary permission.
🟠404Returned if the workflow scheme is not found.