cURL
curl --request POST \ --url https://api.trychart.com/tax-payer/clear-records \ --header 'Authorization: Bearer <token>'
{ "status": "success" }
Clear all tax records associated with a taxpayer.
access_token
Please use your access_token returned from the /auth/token endpoint.
Clear Records Response
"success"
Was this page helpful?