v1
latestOpenAPI 3.0.02026-07-2468247202.3 KBBusiness Verification Enhanced (KYB Enhanced)
Unlink verification session from business profile
Unlink a verification session from an existing business profile. This is useful when a vendor/registry returns the wrong business data and the session needs to be disassociated from the profile.
post/verify/unlink_verification_session_from_business_profile
Request body
Example request
{
"business_profile_id": "550e8400-e29b-41d4-a716-446655440000",
"verification_session_id": "660e8400-e29b-41d4-a716-446655440001"
}Response
Successful operation
Example response
{
"message": "success"
}