POST
/
disconnect
curl --request POST \
  --url https://api.trychart.com/disconnect \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

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
header
required

Please use your access_token returned from the /auth/token endpoint.

Headers

Chart-API-Version
string
default:2024-01-01

Header used to specify the version for a given API request. Current version is 2024-01-01.

Response

200 - application/json
Disconnect Response
status
string
Example:

"success"