The browsable API HTML renderer performs a POST despite the button is configured to send and showing DELETE request

Solution
    @app.route("//", methods=['GET', 'POST', 'PUT', 'DELETE'])
    def notes_detail(key):