Delete EndPoints – GBG IDscan Documentation

Delete EndPoints

Delete Journey By Reference

[DELETE] http://{serviceURL}/IDScanEnterpriseSvc/entrymanagement/deleteentrybyref

Request format: As parameter from URL

Response: HTTP Status Code No Content 204

Parameters Description Format
entryRefMandatory. 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:

http://{serviceURL}/IDScanEnterpriseSvc/entrymanagement/deleteentrybyref?entryRef=1000030231

Delete Journey By id

[DELETE] http://{serviceURL/IDScanEnterpriseSvc/entrymanagement/deleteentrybyid 

Request format: As parameter from URL

Response: HTTP Status Code No Content 204

ParametersDescription Format
entryId Mandatory, evaluated person entry id(This can be seen on the url after clicking journey detail on investigation studio) for the journeys. String
Username This parameter is for auditing String

Example Request:

http://{serverURL}/IDScanEnterpriseSvc/entrymanagement/deleteentrybyid?entryId= 1fae05b7-f806-46cc-b71c-409d38176313&userName=user

Deactivate Journeys

[POST] http://{serviceURL}/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"]
Was this page helpful?