Skip to content

Delete current web journey run

Request

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

Stop/discard the current web journey run

Security
API_Key
Path
webJourneyIdinteger, (int64)required

Unique identification number for web journey item

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

Responses

Current web journey run deleted successfully

Response
No content