# Delete manual journey via POST request POST /v2/manual-journeys/{manualJourneyId}/delete This endpoint provides the same functionality as DELETE /v2/manual-journeys/{manualJourneyId}. It exists to support browser sendBeacon() calls, which can only perform POST requests. This is used when users abruptly leave the live-connect page to ensure proper cleanup of the live-connect session (including stopping any ECS tasks associated with the run and removing the run from the database). Endpoint: POST /manual-journeys/{manualJourneyId}/delete Security: API_Key ## Path parameters: - `manualJourneyId` (integer, required) ## Response 423 fields (application/json): - `errorCode` (integer, required) - `message` (string, required) - `runId` (integer, required) ## Response 204 fields ## Response 401 fields ## Response 404 fields