Delete Authtoken API Php

Delete Authtoken API Php

I have an php api (website) that stores records in zoho, the application creates a key authtoken.
How I can delete the authtoken when I finished store the record? (in php)

Thankyou.