v2 API//
- Delete manual journey via POST request
Get all manual journeys
Create new manual journey
Get default certificate metadata
Get manual journey
Initialize manual journey run
Update manual journey
Delete manual journey
Create a manual journey run within the manualJourneyId based on uploaded har files.
Get manual journey labels
Update manual journey labels
Delete manual journey label
Get manual journey rules
Update manual journey rules
Get all available manual journey runs
Get specified manual journey run
Delete manual journey run
Create new action in specified manual journey run
Get specified manual journey run action
Deletes specified manual journey run action
Manual journey run control request
Get manual journey run labels
Update manual journey run labels
Delete manual journey run label
Get request filters of specified manual journey run
Set request filters for specified manual journey run
Reset request filters for specified manual journey run
Get request logs of specified manual journey run
Get tags of specified manual journey run
Delete manual journey via...
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
POST
curl -i -X POST \
'https://api.observepoint.com/v2/manual-journeys/{manualJourneyId}/delete' \
-H 'Authorization: YOUR_API_KEY_HERE'