in src/main/java/org/apache/sling/auth/oauth_client/support/OAuthEnabledSlingServlet.java [80:83]
protected void doDelete(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response)
throws ServletException, IOException {
handleRequestWithToken(request, response, METHOD_DELETE);
}