Delete Journey By Reference
[POST] https://{serviceURL}/IDScanEnterpriseSvc/entrymanagement/deleteentrybyref
Request format: As parameter from URL
Response: HTTP Status Code No Content 204
Parameters | Description | Format |
entryRef | Mandatory. The value is the journey reference number of the journey. (This can be seen on investigation studio) Only one reference number can be passed at once. | String |
Example Request:
https://{serviceURL}/IDScanEnterpriseSvc/entrymanagement/deleteentrybyref?entryRef=1000030231
Deactivate Journeys
[POST] https://serverURL/IDScanEnterpriseSvc/EntryManagement/DeactivateEntries
Request format: JSON
Response: HTTP Status Code Accepted 202
Parameters: Request should be sent as GUID array. It is possible to pass more than one GUID. The limit is 15 at once.
Example Request:
["20194be9-367a-4f6e-ac38-26d95b3d70bc","0b3a9c41-b2db-4d82-bd3b-1067ed3abf94"]