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