# Delete web journeys by domain or folder DELETE /v3/web-journeys Delete web journeys by domain ID or folder ID Endpoint: DELETE /v3/web-journeys Security: API_Key ## Query parameters: - `domainId` (integer) Delete all web journeys in the specified domain Example: 123 - `folderId` (integer) Delete all web journeys in the specified folder Example: 456 ## 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 200 fields