Unlink an identity profile
Unlinks an IdentityProfile from a LedgerAccount (flips the matching link to is_current=false).
Path parameters
The ID of the IdentityProfile to unlink.
Query parameters
The ID of the LedgerAccount to unlink the identity profile from.
Response
A successful response
Example response
{
"created_at": "2023-12-01T05:00:00.401Z",
"id": "idpf_xxxxxxxxxxxxx",
"linked_companies": [
{
"id": "biz_xxxxxxxxxxxxxx",
"title": "Pickaxe"
}
],
"updated_at": "2023-12-01T05:00:00.401Z",
"verifications": [
{
"created_at": "2023-12-01T05:00:00.401Z",
"id": "verf_xxxxxxxxxxxxx",
"last_error_reason": "Document image was too blurry to read.",
"session_url": "https://verify.stripe.com/session/abc123"
}
]
}Changes
Changed in 2 of the 74 revisions of this API.62
- ●
added the new
blocked_by_parentenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
deniedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
manual_reviewenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
manual_reviewenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
manual_reviewenum value to the//response property for the response statusresponse-property-enum-value-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
action_requiredenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
Of the 74 revisions, 1 has no diff computed.