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

deleteWorkflowSchemeDraft

Delete draft workflow scheme

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

Parameters

{
  "id": {
    "description": "The ID of the active workflow scheme that the draft was created from.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  }
}