The REVOKE method allows you to remove consent between a taxpayer and the institution the taxpayer originally granted consent. This call is typically called on the taxpayers request to no longer share their tax data with the company indicated in the call.
Submit all revoke requests to the following path.
You will obtain the API endpoint after you register on your account page.
Each request must an OAuth2 tokan and your company Id, assigned by TaxStatus, in the header.
Query string parameters are not supported on this method.
Post the following JSON object in the body.
Example call request body for the Revoke method.
The reponse codes for the Revoke call are standard HTML response codes.