Open Context Protocol is live! 🚀 Read the launch post

deleteWorkflowScheme

Delete workflow scheme

DELETE /rest/api/3/workflowscheme/{id} HTTP/1.1

Parameters

{
  "id": {
    "description": "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*.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  }
}

Response Schema

{}