WilkinsonK / xapi-oxidized

XNAT web API client
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Implement delete for common data queries #22

Closed WilkinsonK closed 2 months ago

WilkinsonK commented 2 months ago

As a developer using this library suite, I would like to have implementations predefined for most common data queries. That is, I would like to have an integration between the defined models and their appropriate REST DELETE calls.

We will want deleters for the following, in order of priority:

There are other models that have appropriate DELETE calls available to them according to their API documentation, however they are not a priority for this story and can be dealt with at a later time.