delete https://example.com/api/auth/token
- This call uses the same
Authorizationheader as other authenticated calls to process the token - The
Authorizationkey in theCookieheader is cleared and immediately expired by the API server - Returns
200 OKstatus if the token is valid and was deleted - Returns
401 Unauthorizedstatus if the token was not found (could be expired or never existed)