# Delete web journey run DELETE /v3/web-journeys/{webJourneyId}/runs/{runId} Stop/discard a specific web journey run Endpoint: DELETE /v3/web-journeys/{webJourneyId}/runs/{runId} Security: API_Key ## Path parameters: - `webJourneyId` (integer, required) Unique identification number for web journey item Example: 107239 - `runId` (integer, required) The ID of the web journey run Example: 12345 ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 204 fields