Cannot remove dataElements from dataElementGroups as in DHIS2 dev guide, section:
1.9.4.2. Adding or removing multiple objects
Here you are required to DELETE with a payload of the dataElements in the group you wish to remove.
Attempting a DELETE with payload parameter of either json= or data= fails as this is not supported currently in dhis2.py.
Could you please add this feature in the next release?
Description
Cannot remove dataElements from dataElementGroups as in DHIS2 dev guide, section: 1.9.4.2. Adding or removing multiple objects Here you are required to DELETE with a payload of the dataElements in the group you wish to remove. Attempting a DELETE with payload parameter of either
json=
ordata=
fails as this is not supported currently in dhis2.py. Could you please add this feature in the next release?Many thanks, Pete