Management
Disconnect
Disconnect one or more access_token
s from your application.
POST
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
Please use your access_token returned from the /auth/token endpoint.
Headers
Header used to specify the version for a given API request. Current version is 2024-01-01.
Response
200 - application/json
Disconnect Response
Example:
"success"
Was this page helpful?