provider plaid POST
/user/identity/remove @utdk/plaid
/user/identity/remove Remove user identity data
This endpoint allows customers to explicitly purge identity/PII data provided to Plaid for a given user. This is not exposed to customers by default, as it is meant for special scenarios or requests, but Plaid is obligated to enable customers to delete PII provided to us.
- Plaid-New-User-API-Enabled header
- The HTTP header used in API requests to determine which set of User APIs to invoke: the legacy CRA version or the new User API version.
- boolean
Try it
Authentication
Configure credentials for The Plaid API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import plaid from '@utdk/plaid';
await plaid.useridentityremove({
"Plaid-New-User-API-Enabled": false
})