← Back to team overview

dhis2-devs team mailing list archive

Remove OptionSet from DataElement

 

Am trying to unassign an optionSet from a dataElement via the api.

Have tried:

    PUT /api/dataElements/<ID>

In the JSON, have tried removing the optionSet, setting it to {}, setting
the optionSetValue to false and many other combinations but nothing seems
to work.

Any help greatly appreciated.

Follow ups