Verify deletion OTP

View as Markdown

Validates the deletion OTP sent during InitiateDeletion. If face match is not required for the tenant, the user may be deleted immediately when isUserDeleted is true.

Authentication

ApiKeystring
Static API key issued to your tenant. Required on every request.
OR
AuthorizationBearer

End-user JWT from registration or login. Required for verification, signing, and user-scoped operations.

Request

This endpoint expects an object.
otpRequestIdstringRequiredformat: "uuid"
otpCodestringRequired

Response

OTP verification result. Proceed to SubmitDeletionFaceMatch if isUserDeleted is false.

dataobjectOptional
error_codeinteger or nullOptional
error_messagestring or nullOptional