Open Context Protocol is live! 🚀 Read the launch post
deleteDraftWorkflowMapping

deleteDraftWorkflowMapping

Delete issue types for workflow in draft workflow scheme

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

Parameters

{
  "id": {
    "description": "The ID of the workflow scheme that the draft belongs to.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  },
  "workflowName": {
    "description": "The name of the workflow.",
    "required": true,
    "location": "query",
    "type": "string"
  }
}