Welcome
Identity Verification Product Guide
Identity Verification SDK
Mobile SDK
No Code (Portal)
Face Auth
DBS / RTW
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Delete applicant data
AI Tools
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
You can delete all information about the applicants or applicant pools at any time using our API endpoints. Integrators can use our sdk request builders to make the calls to our API endpoints. On successful requests a 204 response code will be sent.
Node.js
x
const { RequestBuilder, Payload } = require("yoti");const request = new RequestBuilder() .withBaseUrl("https://api.yoti.com/idverify/v1") .withPemFilePath("<YOTI_KEY_FILE_PATH>") // file path to PEM file .withEndpoint("/applicants/<applicant_id>") .withMethod("DELETE") .withQueryParam("sdkId", "<YOTI_CLIENT_SDK_ID>") .build();// get Yoti responseconst response = await request.execute();Delete applicant
Call the endpoint below to delete the image of the face from an applicant:
HTTP
DELETE https://api.yoti.com/idverify/v1/applicants/<applicant_id>Delete face
Call the endpoint below to delete the image of the face from an applicant:
HTTP
DELETE https://api.yoti.com/idverify/v1/applicants/<applicant_id>/faces/<face_id>Delete the applicant pool
Call the below endpoint to delete an applicant pool:
HTTP
DELETE https://api.yoti.com/idverify/v1/pools/<pool_id>Delete the applicant from the pool
Call the endpoint below to delete an applicant from a specific applicant pool:
HTTP
DELETE https://api.yoti.com/idverify/v1/pools/<pool_id>/applicants/<applicant_id>Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message