Skip to content

Delete web journey run

Request

DELETE /v3/web-journeys/{webJourneyId}/runs/{runId}

Stop/discard a specific web journey run

Security
API_Key
Path
webJourneyIdinteger, (int64)required

Unique identification number for web journey item

Example:107239
runIdinteger, (int64)required

The ID of the web journey run

Example:12345
DELETE
/v3/web-journeys/{webJourneyId}/runs/{runId}
curl -i -X DELETE \
  https://api.observepoint.com/v3/web-journeys/107239/runs/12345 \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Web journey run deleted successfully

Response
No content