v1

latestOpenAPI 3.0.02026-07-2468247202.3 KB
KYC > Verification (Profile-Based)

Unlink verification session from user profile

Unlink a verification session from an existing user profile

post/verify/unlink_verification_session_from_user_profile

Request body

user_profile_idstring required
verification_session_idstring required

Response

Successful operation

messagestring

Example response

{
  "message": "success"
}