cURL
curl --request POST \ --url http://localhost:8080/plaid-compatible/item/remove \ --header 'Content-Type: application/json' \ --header 'PLAID-CLIENT-ID: <api-key>' \ --data '{ "client_id": "<string>", "secret": "<string>", "access_token": "<string>" }'
{ "request_id": "<string>" }
ItemRemoveRequest defines the request schema for /item/remove
/item/remove
OK
ItemRemoveResponse defines the response schema for /item/remove
Was this page helpful?