HomeAge Verification HeadlessAI Services for TerminalsAge Estimation VerifySupportTrust APIIdentity Verification LivenessDigital IDIdentity verificationDigital ID MigrationDBS RTWDigital IDDBS/RTW portaleSignaturesAge verificationAge estimationIn-Branch VerificationAge Estimation v2idv-portal-errorsIdentity ProfilesVerifiable Credentialssandbox-betaIdentity Verification APIAI Services APITrust APIProof of Age (PoA) API
Identity verification
v9.0
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 below endpoint 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 below endpoint 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 applicant pool
Call the below endpoint to delete an applicant pool:
HTTP
DELETE https://api.yoti.com/idverify/v1/pools/<pool_id>Delete applicant from pool
Call the below endpoint 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?
Next to read:
Retrieve resultsGot a question? Contact us here.
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