Reading the HTTP Spec there are several problems with the /delete route.
- When the Authorization header is missing or that the scheme is invalid, the response must be a 401 response with a WWW-Authenticate header.
- When the Authorization header is present and the scheme valid but that the code is invalid, the response must be a 403 response.
- The "Token" type does not exist, should be something else, I think "Bearer" but we should verify.