post_delete_token

gafaelfawr.handlers.tokens.post_delete_token(request: web.Request, token: VerifiedToken) → web.Response

Deletes a single token.

Parameters:request (aiohttp.web.Request) – The incoming request.
Returns:response – Form variables that are processed by the template decorator, which turns them into an aiohttp.web.Response.
Return type:Dict[str, object]