POST
/
item
/
remove
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>"
}

Authorizations

PLAID-CLIENT-ID
string
header
required

Headers

Plaid-Version
string | null

Body

application/json

ItemRemoveRequest defines the request schema for /item/remove

Response

200
application/json

OK

ItemRemoveResponse defines the response schema for /item/remove