Unlink an identity profile
Unlinks an IdentityProfile from a LedgerAccount (flips the matching link to is_current=false).
Documentation Index
Fetch the complete documentation index at: https://docs.whop.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The ID of the IdentityProfile to unlink.
"idpf_xxxxxxxxxxxxx"
Query Parameters
The ID of the LedgerAccount to unlink the identity profile from.
"ldgr_xxxxxxxxxxxxx"
Response
A successful response
A consolidated identity or business profile synced from verification provider data.
The tag of the identity profile (idpf_xxx).
"idpf_xxxxxxxxxxxxx"
Whether this is an 'individual' or 'business' profile.
Derived verification status across all linked verifications.
not_started, pending, approved, rejected Individual's first name.
Individual's last name.
ISO date (YYYY-MM-DD) reported by the identity provider. Present on individual profiles.
Email address reported by the identity provider. Typically present on individual profiles.
Phone number reported by the identity provider. Typically present on individual profiles.
Residential address reported by the identity provider. Present on individual profiles.
Business entity name. Present on business profiles.
Reported legal structure of a business profile (e.g. corp, llc). Provider-specific values; present on business profiles.
Registered business address reported by the identity provider. Present on business profiles.
ISO 3166-1 alpha-3 country code (e.g. USA, GBR). For individuals this is the country of citizenship or residence reported by the identity provider; for businesses this is the country of incorporation.
The companies this identity profile is currently linked to. Only populated for direct Whop user sessions; always empty when authenticated via API key, app, or OAuth scope (a single identity can be linked to companies the calling platform is not entitled to see).
All verification attempts attached to this identity profile, ordered most-recent first.
When the identity profile was first created.
"2023-12-01T05:00:00.401Z"
When the identity profile was last synced from a verification.
"2023-12-01T05:00:00.401Z"

