{"type":"api","title":"Delete a workflow by name and version","meta":{"id":"/apps/pubhub/media/crosswork-workflow-manager-api-document/c2b1495da5c551db36e03cbfd612f025412f8417/262737b2-b3c2-32cd-b07b-fdbdcd23918f","info":{"description":"Cisco Crosswork Workflow Manager (CWM) 2.1 offers RESTful APIs that enable automation engineers and developers to create, deploy, and manage workflows, adapters, jobs, resources, events, and workers within the Cisco CWM platform.","title":"Cisco Crosswork Workflow Manager API","termsOfService":"www.cisco.com","contact":{"name":"API Support","url":"https://www.cisco.com/support"},"version":"2.1.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/overview.md"}},"swagger":"2.0","basePath":"/crosswork/cwm/v2","securityDefinitions":{"Bearer":{"type":"apiKey","name":"Authorization","in":"header","description":"JWT Authorization header using the Bearer scheme. Example: \"Authorization: Bearer {token}\""}}},"spec":{"description":"Delete a specific workflow by its name and version from the application database.","produces":["application/json"],"tags":["workflow"],"summary":"Delete a workflow by name and version.","operationId":"delete_workflow_by_name_version","parameters":[{"type":"string","description":"Workflow name.","name":"workflowName","in":"path","required":true},{"type":"string","description":"Workflow version.","name":"workflowVersion","in":"path","required":true}],"responses":{"200":{"description":"Workflow deleted successfully.","schema":{"type":"string"}},"400":{"description":"Bad request.","schema":{"type":"string"}}},"__originalOperationId":"delete-workflow-by-name-version","consumes":["application/json"],"method":"delete","path":"/workflow/name/{workflowName}/version/{workflowVersion}"}}