IAV-959/feat: Add credential deletion and workflow update path builders
Changes
- Added
buildDeleteCredentialUrl()to construct credential deletion URLs with instance name, credential ID, andperformedByquery parameter for audit tracing - Added
buildUpdateWorkflowUrl()to construct workflow update URLs by workflow ID
Context
These endpoints are required to support credential lifecycle management and workflow updates via the n8n core service.
Closes IAV-959