I think it would be neat for the /json API route to accept a DELETE request which clears the matching Redis keys. For example, when a user successfully enters their password correctly, we reset the rate limits for that user. I realize this wouldn't be something Envoy would call directly, but something a different service could call directly.