Skip to main content

Delete a Workflow

This operation deletes a workflow.

More Details

Path Parameters
  • WorkflowId string required
Header Parameters
  • Accept string required
Responses

OK

DELETE /workflow/:workflowid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
WorkflowId — path required
Accept — header required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Workflow/:WorkflowId' \
-H 'Authtoken: <API_KEY_VALUE>'