/mcp<ApiErrors> <ApiError> <ErrorData>For update, at least one field must be set.</ErrorData> <ErrorType>Invalid Input</ErrorType> <ErrorMessage> HTTP Status code: 400 (Bad Request) Api Error Type: Invalid Input Error Message: Updating a Workflow requires specifying at least one value to be changed. </ErrorMessage> </ApiError> </ApiErrors> Example Failure Response: Workflow—Delete This API allows an administrator to delete an existing workflow. The administrator references the existing Workflow object by its ID. https://<FQDN>/finesse/api/Workflow/<id> URI: https://finesse1.xyz.com/finesse/api/Workflow/768 Example URI: Only administrators can use this API. Security Constraints: DELETE HTTP Method: Application/XML Content Type: XML Input/Output Format: — HTTP Request: 200: Success 400: Bad Request 400: Finesse API Error 401: Authorization Failure 403: Forbidden 404: Not Found 500: Internal Server Error HTTP Response: <ApiErrors> <ApiError> <ErrorData>Workflow 1009 not found.</ErrorData> <ErrorType>Not Found</ErrorType> <ErrorMessage> HTTP Status code: 404 (Not Found) Api Error Type: Not Found Error Message: Workflow not found with an id of 1009 </ErrorMessage> </ApiError> </ApiErrors> Example Failure Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 298 Cisco Finesse Configuration APIs Workflow—Delete