mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-28 11:15:32 -06:00
23a33ce0c1
- Support for DELETE(ing) /data resources
- Deleting non existing resources returns 404
- Deleting a resources and then GETting it returns 200
with empty body
- GETting resources that were not explicitly deleted before
will return 200OK with body {"result": {}}
- Fixes #609
-