McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 326

↗ View in doc context
page
326
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::310

<ApiErrors> <ApiError> <ErrorData>Duplicate Action name.</ErrorData> <ErrorType>Database constraint violation</ErrorType> <ErrorMessage> HTTP Status code: 400 (Bad Request) Api Error Type: Database constraint violation Error Message: An action with the same name already exists </ErrorMessage> </ApiError> </ApiErrors> Example Failure Response: WorkflowAction—Delete This API allows an administrator to delete an existing workflow action. The administrator references the existing WorkflowAction object by its ID. https://<FQDN>/finesse/api/WorkflowAction/<id> URI: https://finesse1.xyz.com/finesse/api/WorkflowAction/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>Action 768 not found.</ErrorData> <ErrorType>Not Found</ErrorType> <ErrorMessage> HTTP Status code: 404 (Not Found) Api Error Type: Not Found Error Message: This is not a valid action </ErrorMessage> </ApiError> </ApiErrors> Example Failure Response: Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 310 Cisco Finesse Configuration APIs WorkflowAction—Delete