v9
OpenAPI 3.1.02026-08-043703845.2 MBIdentity profiles
Unlink an identity profile
Unlinks an IdentityProfile from a LedgerAccount (flips the matching link to is_current=false).
delete/identity_profiles/{id}
Path parameters
idstring required
Example:idpf_xxxxxxxxxxxxx
The ID of the IdentityProfile to unlink.
Query parameters
ledger_account_idstring required
The ID of the LedgerAccount to unlink the identity profile from.
Example:ldgr_xxxxxxxxxxxxx
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"
}
]
}