POST
/
tax-payer
/
clear-records
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. This endpoint requires authentication through a valid access_token and will remove all tax records for the associated taxpayer without deleting the taxpayer account.

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
Clear Records Response

The response is of type object.