Delete PII data for single onboarding session by external ID.
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
externalId
string
required
Specify which external-id.
keepCustomer
boolean
True or false. Indicates whether to keep idenity of the customer or not. Default is false(which means session and customer identity both will be deleted).
truefalse
sendNotification
boolean
Flag to send a notification about a change interview status
truefalse
api-version
string
required
Defaults to 1.0
``200 OK
Updated 18 days ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request DELETE \
--url https://demo-api.incodesmile.com/omni/session/externalId \
--header 'accept: application/json' \
--header 'api-version: 1.0'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
``200
Updated18 days ago