speedruncomorg / api

REST API Documentation for speedrun.com
346 stars 36 forks source link

`DELETE /runs/{id}` results in HTTP 500 upon successful deletion of a run #137

Open exodustx0 opened 2 years ago

exodustx0 commented 2 years ago

This means that consumers of the API need to make two additional separate requests to verify that the run was successfully deleted — one to ascertain that the run existed to begin with, and another to verify that it is indeed deleted.