REST API: using DELETE on /api/v1/shows/ID does not work
It seems the deletion of single shows is not implemented in the REST API. I can delete shows from the Django backend but when I submit a DELETE
request to /api/v1/shows/9
(or using any other existing show id), I just receive the show object in the response body and the show still exists afterwards.