Management
Disconnect
Disconnect one or more access_token
s from your application.
POST
/
disconnect
Deletion is based on both the taxpayer and provider of the access_token
used to call this endpoint,
and will also delete all tokens with the same taxpayer/provider pair. Other tokens for the same taxpayer, but connected to a different provider, require a separate call.
We require applications to implement the Disconnect endpoint for billing and security purposes.
Authorizations
Authorization
string
headerrequiredPlease use your Access Token
Headers
Chart-API-Version
string
default: 2024-01-01requiredHeader used to specify the version for a given API request. Current version is 2024-01-01.
Response
200 - application/json
status
string
If the request is successful, Chart will return “success” (HTTP 200 status).
Was this page helpful?