provider plaid POST
/item/products/terminate @utdk/plaid
/item/products/terminate Terminate products for an Item
The `/item/products/terminate` endpoint allows you to terminate an Item. Once terminated, the `access_token` associated with the Item is no longer valid, billing for the Item's products is ended, and relevant webhooks are fired.
`/item/products/terminate` is the recommended way to offboard users or disconnect accounts linked via Plaid.
Try it
Authentication
Configure credentials for The Plaid API
Code snippet
Updates live as you fill in the form above.
TypeScript
import plaid from '@utdk/plaid';
await plaid.itemproductsterminate()