OpenSlides / openslides-manage-service

Manage service for OpenSlides 4+
MIT License
4 stars 12 forks source link

low-prio: implement `delete` subcommand #182

Open peb-adr opened 2 years ago

peb-adr commented 2 years ago

This is - at least currently - more an aesthetic issue and came up when thinking about #181 . When we have the generic commands create, get, set , we have CRU out of the the CRUD operations implemented. So for the sake of completeness, eventually implementing a delete command as well would be desirable. But at the moment no actual need for this is present.

It probably should look something like this: `openslides delete "{\"id\": 42}"