{ "operationId": "atlassianDeleteinactiveworkflow", "method": "DELETE", "path": "/rest/api/3/workflow/{entityId}", "summary": "Atlassian Delete Inactive Workflow", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "example": "{\"errorMessages\":[\"Cannot delete an active workflow.\"],\"errors\":{}}" }, { "status": "403", "contentType": "application/json", "example": "{\"errorMessages\":[\"Only Jira administrators can access the workflow configuration.\"],\"errors\":{}}" }, { "status": "404", "contentType": "application/json", "example": "{\"errorMessages\":[\"The workflow was not found.\"],\"errors\":{}}" } ] }