I tried to use the API to DELETE https://www.pythonanywhere.com/api/v0/user/javabrett/webapps/javabrett.pythonanywhere.com/ . All of GET /webapps/
, GET /webapps/javabrett.pythonanywhere.com/
and POST /webapps/javabrett.pythonanywhere.com/reload/
work fine . Token auth is working fine. DELETE https://www.pythonanywhere.com/api/v0/user/javabrett/webapps/javabrett.pythonanywhere.com/
yields:
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="error_header" id="id_server_error_title">Server Error :-/</h1>
<div id="id_server_error_text">
<p>An error has occurred. This shouldn't happen</p>
<p>
Feel free to contact your nearest PythonAnywhere
representative (there's a "Send feedback" link above), and
loudly complain about the problem.
</p>
<p>(Extra credit if you do so in rhyming verse!)</p>
</div>
<p>
<a id="id_link_home" href="/">« Return to PythonAnywhere home</a>
</p>
</div>
</div>
</div>
OK, here's the verse