eregs / regulations-core

An engine that supplies the API that allows users to read regulations and their various layers.
Creative Commons Zero v1.0 Universal
16 stars 27 forks source link

Respond to DELETE requests #58

Closed cmc333333 closed 7 years ago

cmc333333 commented 7 years ago

Deleting documents had been a pain; it was often easiest just to blow away the database and repopulate it. As we'll want to be able to remove placeholder documents, let's allow the endpoints to respond to DELETEs (requiring the same authentication).

Part of 18F/eregs-platform#36

tadhg-ohiggins commented 7 years ago

Nice work!