Skip to content

Delete manual journey via POST request

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).

Security
API_Key
Path
manualJourneyIdinteger, (int32)required
POST
/manual-journeys/{manualJourneyId}/delete
curl -i -X POST \
  'https://api.observepoint.com/v2/manual-journeys/{manualJourneyId}/delete' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Item was successfully deleted

Response
No content